Hello
sample scenario is, i have one map and buttton. Now on click on button, i draw two Markers (features) on the Map one is on 100,100 and other is on 105,105 (longitude/latitude)
Now if user has changed the map viewing area and the above two location is not visible to him. Now when he press the button how can i know that Marker location are not present on the viewing area of the map? And how can transfer the user's view to include both the location so he can see the Markers.
Thanks,