public interface IMyLocationOverlay
MyLocationOverlay
class.Modifier and Type | Method and Description |
---|---|
void |
disableCompass() |
void |
disableMyLocation() |
boolean |
enableCompass() |
boolean |
enableMyLocation() |
android.location.Location |
getLastFix() |
float |
getOrientation() |
boolean |
isCompassEnabled() |
boolean |
isMyLocationEnabled() |
void |
onStatusChanged(String provider,
int status,
android.os.Bundle extras) |
boolean |
runOnFirstFix(Runnable runnable) |
boolean enableMyLocation()
void disableMyLocation()
boolean isMyLocationEnabled()
boolean enableCompass()
void disableCompass()
boolean isCompassEnabled()
float getOrientation()
boolean runOnFirstFix(Runnable runnable)
void onStatusChanged(String provider, int status, android.os.Bundle extras)
android.location.Location getLastFix()
Copyright © 2015. All Rights Reserved.