WRLDPointOnRouteOptions Class Reference

Defines creation parameters for a PointOnRoute.

– indoorMapId:

- (WRLDPointOnRouteOptions *)indoorMapId:(NSString *)indoorMapId

Sets the indoor map ID to allow the point to test against routes indoors.

Returns:

The WRLDPointOnRouteOptions object on which the method was called, with the new indoorMapId set.

Argument Description
indoorMapId

The ID of the indoor map.

– indoorMapFloorId:

- (WRLDPointOnRouteOptions *)indoorMapFloorId:(NSInteger)indoorMapFloorId

Sets the indoor map floor ID to specify the floor and the point and route are on.

Returns:

The PointOnRouteOptions object on which the method was called, with the new indoorMapFloorId set.

Argument Description
indoorMapFloorId

The floor ID of the indoor map.

– getIndoorMapId

- (NSString *)getIndoorMapId

– getIndoorMapFloorId

- (NSInteger)getIndoorMapFloorId
v0.0.1600