Hello, Im building a map application of a campus. I want the user to be able to press a button for a building and have the mapoptions.center="" xml attribute in the mapview (or some other code) change the map to that location(building). Does anyone know if there is any code out there that does this and navigates the map to different coordinates? i hope my question is not confusing. Here is a picture of one of my buildings.
MapView.CenterAt should provide what you need:
https://developers.arcgis.com/android/api-reference/reference/com/esri/android/map/MapView.html#cent..., double, boolean)
Are you having issues with this command?
Thank You!!
If this helped address your question, please mark the answer as correct.