navigableLocationListener property
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;
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);