public MapLocation[] TryPixelsToLocations(MapPoint[] points, MapPointReference pointReference) { return null; }
public MapLocation TryPixelToLocation(MapPoint p, MapPointReference pointReference) { return null; }
public MapPoint[] TryLocationsToPixels(MapLocation[] locations, MapPointReference pointReference) { return null; }
public MapPoint TryLocationToPixel(MapLocation location, MapPointReference pointReference) { return null; }
public MapLocation TryPixelToLocation(MapPoint p, MapPointReference pointReference) { return(null); }
public MapLocation[] TryPixelsToLocations(MapPoint[] points, MapPointReference pointReference) { return(null); }
public MapPoint[] TryLocationsToPixels(MapLocation[] locations, MapPointReference pointReference) { return(null); }
public MapPoint TryLocationToPixel(MapLocation location, MapPointReference pointReference) { return(null); }
public MapPoint[] TryLocationToPixel(MapLocation[] locations, MapPointReference pointReference) { return null; }
public List<MapLocation> TryPixelToLocation(List<MapPoint> points, MapPointReference pointReference) { return null; }
public MapLocation[] TryPixelToLocation(MapPoint[] points, MapPointReference pointReference) { return null; }