-
Notifications
You must be signed in to change notification settings - Fork 18
Class Position
PavelTychinin edited this page Jul 18, 2024
·
4 revisions
Position class describing user's position.
Referenced from: PositionListener.
public GlobalPoint getPoint()
Function returns position in WGS84 coordinates.
public double getAccuracy()
Function returns position accuracy in meters.
public Double getHeading()
Function returns angle of rotation about the -Z axis (in radians). This value represents the angle between the device's Y axis and the magnetic north pole. When facing north, this angle is 0, when facing south, this angle is pi. Likewise, when facing east, this angle is pi/2, and when facing west, this angle is -pi/2. The range of values is [-pi, pi].
public LocationPoint getLocationPoint()
Function returns position in metrics coordinates at calculated location and sublocation.
public Double getLocationHeading()
Function returns value similiar to heading
but with respect to sublocation north
(top of the image)
Tutorials
Classes
- NavigineSdk
- LocationListManager
- LocationManager
- NavigationManager
- RouteManager
- ZoneManager
- NotificationManager
- MeasurementManager
- LocationEditManager
- ResourceManager
- Location
- Sublocation
- Category
- Venue
- Zone
- Beacon
- Eddystone
- Wifi
- LocationView
- LocationViewController
- CircleMapObject
- PolylineMapObject
- IconMapObject
- TouchInput
- ScaleResponder
- PanResponder
- LongPressResponder
- DoubleTapResponder
- TapResponder
- LocationListListener
- LocationListener
- PositionListener
- RouteListener
- ZoneListener
- NotificationListener
- LocationEditListener
- MeasurementListener
- ResourceListener
- ResourceUploadListener
- Notification
- Position
- SignalMeasurement
- SensorMeasurement
- Image
- RoutePath
- RouteEvent
- LocationPoint
- LocationInfo
- BitmapRegionDecoder