A lightweight Go wrapper for the Apple Maps Server API.
From Apple: "Use this web-based service to streamline your app’s API by moving georelated searches for places, points of interest, geocoding, directions, possible autocompletions for searches, and estimated time of arrival (ETA) calculations from inside your app to your server."
As a prerequisite you obviously need to have Go installed. Run the below command to add the apple-maps-server-sdk
as a dependency to your project.
go get -u github.com/oyvinddd/apple-maps-server-sdk
In order to use the SDK you first need to generate a JWT token.