-
public abstract class GpsLayerInterface
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classGpsLayerInterface.Companion
-
Constructor Summary
Constructors Constructor Description GpsLayerInterface()
-
Method Summary
Modifier and Type Method Description abstract UnitsetCallbackHandler(GpsLayerCallbackInterface handler)abstract UnitsetMode(GpsMode mode)abstract UnitsetModeWithRotationReset(GpsMode mode, Boolean resetRotation)abstract UnitsetResetRotationOnMapInteraction(Boolean resetRotation)abstract GpsModegetMode()abstract UnitenableHeading(Boolean enable)abstract UnitupdatePosition(Coord position, Double horizontalAccuracyM)abstract UnitupdateHeading(Float angleHeading)abstract UnitsetDrawPoint(Boolean enable)abstract UnitsetDrawHeading(Boolean enable)abstract UnitenablePointRotationInvariant(Boolean enable)abstract UnitsetFollowInitializeZoom(Float zoom)abstract UnitupdateStyle(GpsStyleInfo styleInfo)abstract LayerInterfaceasLayerInterface()-
-
Method Detail
-
setCallbackHandler
abstract Unit setCallbackHandler(GpsLayerCallbackInterface handler)
-
setModeWithRotationReset
abstract Unit setModeWithRotationReset(GpsMode mode, Boolean resetRotation)
-
setResetRotationOnMapInteraction
abstract Unit setResetRotationOnMapInteraction(Boolean resetRotation)
-
enableHeading
abstract Unit enableHeading(Boolean enable)
-
updatePosition
abstract Unit updatePosition(Coord position, Double horizontalAccuracyM)
-
updateHeading
abstract Unit updateHeading(Float angleHeading)
-
setDrawPoint
abstract Unit setDrawPoint(Boolean enable)
-
setDrawHeading
abstract Unit setDrawHeading(Boolean enable)
-
enablePointRotationInvariant
abstract Unit enablePointRotationInvariant(Boolean enable)
-
setFollowInitializeZoom
abstract Unit setFollowInitializeZoom(Float zoom)
-
updateStyle
abstract Unit updateStyle(GpsStyleInfo styleInfo)
-
asLayerInterface
abstract LayerInterface asLayerInterface()
-
-
-
-