https://github.com/oyvinddd/apple-maps-server-sdk
A lightweight Go wrapper for the Apple Maps Server API
https://github.com/oyvinddd/apple-maps-server-sdk
apple-location apple-maps apple-maps-api geocoding reverse-geocoding
Last synced: 4 days ago
JSON representation
A lightweight Go wrapper for the Apple Maps Server API
- Host: GitHub
- URL: https://github.com/oyvinddd/apple-maps-server-sdk
- Owner: oyvinddd
- License: mit
- Created: 2023-06-05T10:20:36.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-13T22:14:18.000Z (almost 3 years ago)
- Last Synced: 2024-12-31T15:35:03.239Z (about 1 year ago)
- Topics: apple-location, apple-maps, apple-maps-api, geocoding, reverse-geocoding
- Language: Go
- Homepage: https://developer.apple.com/documentation/applemapsserverapi
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
⚠️ NB! THIS IS A WORK IN PROGRESS / NOT READY FOR PRODUCTION ⚠️
# Apple Maps Server SDK
A lightweight Go wrapper for the [Apple Maps Server API](https://developer.apple.com/documentation/applemapsserverapi).
## Introduction
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."_
## Installation
As a prerequisite you obviously need to have [Go](https://go.dev) 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
```
## Usage
In order to use the SDK you first need to generate a JWT token.
### Geocoding
### Reverse Geocoding