navigableLocationListener property

NavigableLocationListener? navigableLocationListener

Object to receive notifications about the current location. It returns null when no listener is set by an user. Gets the listener that notifies current location updates.

Implementation

NavigableLocationListener? get navigableLocationListener;
void navigableLocationListener=(NavigableLocationListener? value)

Object to receive notifications about the current location. It returns null when no listener is set by an user. Sets the listener that notifies current location updates.

Implementation

set navigableLocationListener(NavigableLocationListener? value);