Module com.esri.arcgisruntime
Interface LocationDisplay.LocationChangedListener
- Enclosing class:
LocationDisplay
public static interface LocationDisplay.LocationChangedListener
Defines methods that are called when the Location of a LocationDisplay changes.
- Since:
- 100.9.0
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Called when the Location of a LocationDisplay has changed.
-
Method Details
-
onLocationChanged
Called when the Location of a LocationDisplay has changed.- Parameters:
location
- event indicating the new Location and the LocationDisplay that raised the event- Since:
- 100.9.0
-