Hi!
Using ArcGisRuntime 10.2.6 i was able to set the fullExtent of a map programatically.
How can i achieve this using V100?
I can´t find setFullExtent in the includeDir...
Thanks
Norbert-
That exact function isn't there, but there is probably something that will replace the functionality. What are you trying to do? If you want to se the initial extent of where the map starts, use setInitialViewpoint on the Map. If you want to limit how far the user can zoom in/out, use the setMinScale and setMaxScale functions on the Map.
- Luke
Hi Lucas!
We are have an aerial map and a topographic map for the same region.
The do not have the same extent. (And we are not ensure this, it´s handled by the customer...)
The fullExtent seems to be defined by the basemap loaded first, right?
So, if one user prefers to have the aerial on top and the 2nd prefers the the opposite order. they have a different fullExtent.
This is a problem. The user can´t move to a location which is covered by the 2nd basemap but not by the first.
Can you understand, that i would simply like to build a union of the single extents and set that as the fullExtent?
Any suggesttions?
Hi Norbert-
I understand the issue you are hitting. We have a backlog item to fix this up, so I'll add your information to this. Since we don't expose a setter for the full extent, I can't think of any good workarounds, other than to make sure your initial basemap that you set is bigger than the area of both basemaps combined.
Thank you very much
Signed in members can post, follow updates, and more. New here? Register a free account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.