Hello,
I have 5 locations any on the map, after I added 5 Marker finished, I want to zoom the map to be able to see all of the 5 points above.
Help me please,
Solved! Go to Solution.
Getting the `Extent` of those 5 markers will return an `Envelope`. Use the `Envelope` as a parameter to a new `Viewpoint`.
Cheers,
Trevor
Getting the `Extent` of those 5 markers will return an `Envelope`. Use the `Envelope` as a parameter to a new `Viewpoint`.
Cheers,
Trevor
Thanks for the help.