Mapbox
How to connect with Mapbox
Create an account: https://www.mapbox.com/
To create an API Key follow the link and steps:
Â
To create an API Access Token, visit: https://account.mapbox.com/access-tokens/. Once you have created your account, you will receive a Default access token, indicating that your account is registered without any restrictions.
Integration Setup
Access the Mapbox integration in the integration section. Insert your API key and verify the status to ensure it's verified.
Â
You can access Mapbox API inside Flow Builder -> Create Action Node -> Integrations -> Mapbox API
Â
Actions:
There are three Actions, 1. Get Geocodes by Address, 2. Get Address by Geocodes, 3. Get Directions.
Â
Get the Geocode by AddressÂ
You can obtain Geocodes by entering the address and country code.
Â
Payload:Â
In the Received payload you will get the Geocodes path coordinates -> longitude and latitude.Â
Â
{ |
Get the Address by Geocode
You can obtain an address by entering the latitude and longitude coordinates.
Â
Payload:
In the Payload, you will get the full_address, and context there you will get the address, street, postcode, place, district, region, and country.Â
{ |
Â
Get DirectionsÂ
You have to enter the Latitude and Longitude of both Origin and Destination. The Distance is in meters and the duration is in seconds.
Â
Distance: 36682.594âž—1000 = 36.682594Â Approx= 36KM
Duration: 1611.287âž—60 = 26.8547 Approx= 27 min
Â
Payload:Â
You will get the duration in seconds, and the distance in meters.
Legs ->Waypoints which are directions from origin to direction.
{ |
Video Tutorial