public interface GpsIndicator
extends com.tomtom.online.sdk.common.jni.NativeObject, java.io.Serializable
Modifier and Type | Method and Description |
---|---|
void |
hide()
Makes the indicator element invisible.
|
boolean |
isDimmed()
True when the indicator element is active, false otherwise.
|
void |
setDimmed(boolean dimmed)
Makes the indicator element inactive (dimmed).
|
void |
setLocation(LatLng latLng,
double bearingInDegrees,
double accuracyInMeters)
Deprecated.
|
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.
|
void |
show()
Makes the indicator element visible.
|
void show()
void hide()
boolean isDimmed()
void setDimmed(boolean dimmed)
void setLocation(android.location.Location location)
@Deprecated @DeprecatedSince(year=2018, month=12) void setLocation(LatLng latLng, double bearingInDegrees, double accuracyInMeters)
void setLocation(LatLng latLng, double bearingInDegrees, double accuracyInMeters, long timeInMillis)