LocationChangedListener Interface (Android only)

Interface for notifying when a location is being output by MapLocationProvider.

Methods

onLocationChanged

Called when a new Location is being emitted by the MapLocationProvider.

void onLocationChanged(android.location.Location location);