hasRoadLocalization property

bool get hasRoadLocalization

Indicates whether road localization data is available.

Road localization occurs when the position has been successfully map-matched to the road network, enabling access to road-specific information such as modifiers, speed limits, and road characteristics.

Returns

  • true: Position is map-matched with road data available
  • false: No road localization data available

See also:

Implementation

bool get hasRoadLocalization;