An open API service indexing awesome lists of open source software.

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

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