how do i zoomIn zoomOut map during initial load for perticular area

361
2
09-29-2019 10:37 PM
NishidhKhanapara
New Contributor

I want to zoomout or focus  perticular Area of map have some places with markers during 1st time map load.. even it should be zoomin and zoomout deeply.How can I...

0 Kudos
2 Replies
JonL
by Esri Contributor
Esri Contributor

Hi Nishidh,

You can use the method:

map.addDoneLoadingListener(Runnable listener)

You can then set the viewpoint once the map has finished loading using one of the many ways elaborated in this sample:

arcgis-runtime-samples-android/java/change-viewpoint at master · Esri/arcgis-runtime-samples-android... 

0 Kudos
NishidhKhanapara
New Contributor

Hello,

Still You can't understand my problem.

I have recently fetch issue in particular latitude and longitude position to add marker,and marker which can be zoom in and zoom out in particular lat long wise.

0 Kudos