Navigation

Last Updated On 2021-07-16

Version 2MinSDK 7Tutorial Video

Navigation


Properties

You can set the below properties in the UI part of the builder.

  • ApiKey - it's a string value which is set to blank by default.
  • EndLatitude - it's a latitude value which is set to 0.0 by default.
  • EndLongitude - it's a longitude value which is set to 0.0 by default.
  • Language - it's a text value which is set to en by default.
  • StartLatitude - it's a latitude value which is set to 0.0 by default.
  • StartLongitude - it's a longitude value which is set to 0.0 by default.
  • TransportationMethod - it's a navigation method value which is set to foot-walking by default.

Block Properties

You can set the below blocks properties in the blocks section of the builder.

ApiKey

API Key for Open Route Service.


EndLatitude

The latitude of the end location.


EndLocation

Set the end location.


EndLongitude

The longitude of the end location.


Language

The language to use for textual directions.


ResponseContent

Content of the last response as a dictionary.


StartLatitude

The latitude of the start location.


StartLocation

Set the start location.


StartLongitude

The longitude of the start location.


TransportationMethod

The transportation method used for determining the route.



Methods

You can set the below method blocks in the blocks section of the builder.

RequestDirections

Request directions from the routing service.


Events

You can set the below event blocks in the blocks section of the builder.

GotDirections

Event triggered when the Openrouteservice returns the directions.