open class DefaultGpsPositionIndicator : BaseGpsPositionIndicator
Default GPS indicator implementation. The GPS position icon is show without any accuracy radius, when accuracy is less than 10 meters. On the other hand, when accuracy is more than 10000 meters, the indicator is dimmed (gray icon). Otherwise, the radius showing GPS accuracy is visible.
DefaultGpsPositionIndicator()
Default GPS indicator implementation. The GPS position icon is show without any accuracy radius, when accuracy is less than 10 meters. On the other hand, when accuracy is more than 10000 meters, the indicator is dimmed (gray icon). Otherwise, the radius showing GPS accuracy is visible. |
open fun setLocation(location: Location!): Unit open fun setLocation(latLng: LatLng!, bearingInDegrees: Double, accuracyInMeters: Double, timeInMillis: Long): Unit |
open fun hide(): Unit |
|
open fun isDimmed(): Boolean |
|
open fun setBearing(bearingInDegrees: Double): Unit |
|
open fun setDimmed(dimmed: Boolean): Unit |
|
open fun setDimmedInaccuracyAreaColor(areaColor: Int): Unit |
|
open fun setInaccuracyAreaColor(areaColor: Int): Unit |
|
open fun show(): Unit |