updateLocation abstract method

void updateLocation(
  1. 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.

  • location The updated location of the user.

Implementation

void updateLocation(Location location);