-
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(GpsStyleInfoInterface styleInfo)abstract UnitenableCourse(Boolean enable)abstract UnitupdateCourse(GpsCourseInfo courseInfo)abstract UnitsetRenderPassIndex(Integer index)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(GpsStyleInfoInterface styleInfo)
-
enableCourse
abstract Unit enableCourse(Boolean enable)
-
updateCourse
abstract Unit updateCourse(GpsCourseInfo courseInfo)
-
setRenderPassIndex
abstract Unit setRenderPassIndex(Integer index)
-
asLayerInterface
abstract LayerInterface asLayerInterface()
-
-
-
-