IARoutingPoint Class Reference

Inherits from NSObject
Declared in wayfinding.h
wayfinding.mm

Overview

Represents one point in the route

  latitude

Latitude of the point in WGS coordinates

@property (readonly) double latitude

Discussion

Latitude of the point in WGS coordinates

Declared In

wayfinding.h

  longitude

Longitude of the point in WGS coordinates

@property (readonly) double longitude

Discussion

Longitude of the point in WGS coordinates

Declared In

wayfinding.h

  floor

Floor number of the point

@property (readonly) int floor

Discussion

Floor number of the point

Declared In

wayfinding.h

  nodeIndex

Index (NSUinteger) of the node point in original graph. The value is null if not set.

@property (readonly) NSNumber *nodeIndex

Discussion

Index (NSUinteger) of the node point in original graph. The value is null if not set.

Declared In

wayfinding.h