I am new to this area. Can anyone please tell me how can i show particular bounding box or area on map in android app. asked 16 Aug '17, 17:18 jasmeet_kaur |
This information is all available on the mapbox documentation site from what I can see. Did you look at https://www.mapbox.com/help/first-steps-android-sdk/ and https://www.mapbox.com/android-docs/map-sdk/overview/camera/ ?? You may find a better audience for the questions here: https://stackoverflow.com/questions/tagged/mapbox answered 23 Aug '17, 00:43 dónal |
There are 1001 different ways of representing OSM data on Android. What are you using / familiar with?
I am using mapbox to show map in android app. It is showing the whole area map but I want to display only specified area or city. For that what can I do.