Navmii SDK
2.2.0
Write yourself a navigation system in iOS
|
Inherits <NSObject>.
Instance Methods | |
(nullable NMExternalRouteHttpRequest *) | - composeRouteHttpRequestUsingRoutePlan:routeParameters: |
(nullable NSArray< NMExternalRoute * > *) | - parseRouteHttpResponse: |
A protocol giving ability to provide the SDK with custom routes.
|
required |
The method is used to compose an external route request based on the specified route plan and route parameters.
routePlan | @nonnull The route plan of a new route; |
routeParameters | @nonnull The parameters of a new route. |
|
required |
The method is used to convert the specified HTTP response to an array of NMExternalRoute objects.
response | @nonnull Response for a route HTTP request. |