updateLocation method - LocationIndicator class - mapview library - Dart API
updateLocation
updateLocation abstract method
- Location location
Updates the indicator to a new location.
If accuracy visualized is set to true the field Location.horizontalAccuracyInMeters
determines the size of the accuracy indicator halo.
The altitude of the location is ignored.
locationThe updated location of the user.
Implementation
void updateLocation(Location location);