NeshanMaps / android-neshan-maps-starter

3 stars 0 forks source link

get position of pixel coordinates #4

Open am3n opened 5 years ago

am3n commented 5 years ago

Please add this features

LngLat point = mapView.getProjection().fromPixels(x, y);
mapController.zoomInFixing(x, y);

(x, y are px)

like Osmdroid SDK