LocationSource
public enum LocationSource : UInt32, CaseIterable, Codable
Indicates where the location was computed.
Tells whether the location was calculated on the same device running HERE SDK or received from an external source.
Example external sources: GNSS modules connected via serial (e.g., u-blox), or vehicle positioning systems.
Example internal sources: positions computed on the same phone or embedded device using integrated GNSS or sensor fusion components.
-
Location computed outside of the device running HERE SDK.
Declaration
Swift
case externalSource -
Location computed internally on the device running HERE SDK.
Declaration
Swift
case internalSource