2012-05-23 2 views

답변

0

0 나는 해결책을 찾아 냈다.

Microsoft는 정확하게이 작업을 수행 할 수있는 클래스 (microsoft.mappoint.TileSystem)를 작성했습니다.

코드 예제 :

GeoPoint geoPoint = TileSystem.PixelXYToLatLong(
    10, // X 
    250, // Y 
    3, // Level of detail 
    null // Reuse 
); 
관련 문제