Hello,
I’m looking to load the initial CurrentExtent of the map based on what state the user is allowed to see so for example if a user is working with Nevada, the CurrentExtent is set to the RectangleShape of Nevada. I have seen references to the US RectangleShape (below) but what is the best method to get a specific shape dimension for a US state/region? Is there a way to either generate that or is there a list I can use?
// US
mapView.CurrentExtent = new RectangleShape(-14180662, 5547256, -7832569, 1777465);
Thank you,
Eric