Ejemplo n.º 1
0
 //[Verify(PlatformInvoke)]
 //static extern void MAGetTileProjectionFromBounds(MACoordinateBounds bounds, int levelOfDetails, AMapTileProjectionBlock tileProjection);
 static extern void MAGetTileProjectionFromBounds(MACoordinateBounds bounds, int levelOfDetails, IntPtr tileProjection);
Ejemplo n.º 2
0
 //[Verify(PlatformInvoke)]
 static extern void MAGetTileProjectionFromBounds(MACoordinateBounds bounds, int levelOfDetails, AMapTileProjectionBlock tileProjection);
Ejemplo n.º 3
0
 public static void MAGetTileProjectionFromBounds(MACoordinateBounds bounds, int levelOfDetails, AMapTileProjectionBlock tileProjection)
 {
     _MAGetTileProjectionFromBounds(bounds, levelOfDetails, tileProjection);
 }