Geocoder icon indicating copy to clipboard operation
Geocoder copied to clipboard

Add Apple Mapkit provider

Open lathamios opened this issue 7 years ago • 5 comments

Apple has recently released it's own js geocoding solution, mapkit.js with generous call limits. It would be great if this could be added as a provider

lathamios avatar Dec 08 '18 13:12 lathamios

Hello @lathamios ,

That would be interesting indeed. Could you provide a Pull Request with this ? Or at least documentation on the API ?

I found this (https://developer.apple.com/documentation/mapkitjs/mapkit/geocoder) but nothing about the API behind it.

jbelien avatar Dec 09 '18 09:12 jbelien

I'll have a look at this when I have some spare time.

atymic avatar May 30 '19 03:05 atymic

I did some research, i'm waiting for apple to approve my dev account before I can submit a PR.

Docs: https://developer.apple.com/documentation/mapkitjs/mapkit/geocoder
Geocode URL: https://api.apple-mapkit.com/v1/geocode?q=1+york+st+sydney&lang=en-GB Reverse geocode URL: https://api.apple-mapkit.com/v1/reverseGeocode?loc=37.37%2C-122.04&lang=en-GB

Auth: https://developer.apple.com/documentation/mapkitjs/creating_and_using_tokens_with_mapkit_js

atymic avatar May 31 '19 00:05 atymic

So unfortunately I can't pick this one up ATM as getting an apple developer account requires an apple device :disappointed:.

If someone with an apple device is willing to create a developer account and key for me to test/develop with i'll still have a go.

atymic avatar Jun 02 '19 01:06 atymic

Anyone have an apple developer account? 😄

atymic avatar Jun 24 '19 10:06 atymic