OYMRoutingResult Class Reference

Inherits from NSObject
Declared in OYMRoutingResult.h
OYMRoutingResult.m

Overview

This class gives the user useful information when the routing module is used.

Distance in meters that will set the isRecomputeRequired

  projectedPoint

User position projected to the route

@property (readonly) OYMRouteProjectedPoint *projectedPoint

Declared In

OYMRoutingResult.h

  isRecomputeRequired

Flag indication whether the user should recompute its route

@property (readonly) BOOL isRecomputeRequired

Declared In

OYMRoutingResult.h

  wrongDirection

Flag telling whether the user has been going in the wrong direction

@property (readonly) BOOL wrongDirection

Declared In

OYMRoutingResult.h

  endRoute

Flag telling whether the user has reached the end of the route

@property (readonly) BOOL endRoute

Declared In

OYMRoutingResult.h

– initWithRoute:andLocation:

RoutingResult constructor.

- (instancetype)initWithRoute:(OYMRoute *)route andLocation:(OYMLocationResult *)loc

Parameters

route

Current user route

loc

Current user location

Declared In

OYMRoutingResult.h