Interface to the 'Azure Maps' API
check conformity of parameters for JSON section
Get Azure Maps API Authentication Token
Create sfc Object from Coordinates or sf Object
Extract and Combine Routes from an 'Azure Maps' Response
Convert 'Azure Maps' JSON Response to an sf Object
Build GeoJSON Body for Route Directions
Build JSON Parameter Body for Route Directions
Get Route Directions from 'Azure Maps'
Set Azure Maps API Authentication Token
Provides a wrapper for the Microsoft 'Azure Maps' REST APIs <https://learn.microsoft.com/en-us/rest/api/maps/route?view=rest-maps-2025-01-01>, enabling users to access mapping and geospatial services directly from R. This package simplifies authenticating, building, and sending requests for services like route directions. It handles conversions between R objects (such as 'sf' objects) and the GeoJSON+JSON format required by the API, making it easier to integrate 'Azure Maps' into R-based data analysis workflows.
Useful links