interpolatedLocationListener property

InterpolatedLocationListener? interpolatedLocationListener

Object to receive interpolated locations. For example, to pan a second instance of a MapViewBase or move additional markers smoothly. The map-matched locations are used if available, otherwise the non-map-matched ones are used instead. Defaults to null. Gets the listener that receives interpolated locations. For example, to pan a second instance of a MapViewBase or move additional markers smoothly. The map-matched locations are used if available, otherwise the non-map-matched ones are used instead.

Implementation

InterpolatedLocationListener? get interpolatedLocationListener;
void interpolatedLocationListener=(InterpolatedLocationListener? value)

Object to receive interpolated locations. For example, to pan a second instance of a MapViewBase or move additional markers smoothly. The map-matched locations are used if available, otherwise the non-map-matched ones are used instead. Defaults to null. Sets the listener that receives interpolated locations.

Implementation

set interpolatedLocationListener(InterpolatedLocationListener? value);