public class DefaultGpsPositionIndicator extends BaseGpsPositionIndicator
Constructor and Description |
---|
DefaultGpsPositionIndicator() |
Modifier and Type | Method and Description |
---|---|
void |
setLocation(LatLng latLng,
double bearingInDegrees,
double accuracyInMeters)
Updates the indicator element position.
|
void |
setLocation(LatLng latLng,
double bearingInDegrees,
double accuracyInMeters,
long timeInMillis)
Updates the indicator element position.
|
void |
setLocation(android.location.Location location)
Updates the indicator element position.
|
public void setLocation(android.location.Location location)
GpsIndicator
setLocation
in interface GpsIndicator
setLocation
in class com.tomtom.core.maps.NativeGpsIndicatorWrapper
public void setLocation(LatLng latLng, double bearingInDegrees, double accuracyInMeters)
GpsIndicator
setLocation
in interface GpsIndicator
setLocation
in class com.tomtom.core.maps.NativeGpsIndicatorWrapper
public void setLocation(LatLng latLng, double bearingInDegrees, double accuracyInMeters, long timeInMillis)
GpsIndicator
setLocation
in interface GpsIndicator
setLocation
in class com.tomtom.core.maps.NativeGpsIndicatorWrapper