I have a basemap downloaded with some extent to my mobile device and I use Location display manager to detect user's current location. How do I show user a message if his downloaded basemap does not have the current location.
One way I found is to get the extent coordinates of the basemap and use it againt LocationDisplay.getMapLocation() that gives current location and do a check using GeometryEngine.contains().
Is there a different way to achieve this ?