Google → Apple Apple → Google
apple-to-google · mapsconverter.com

Move your Apple Maps saved places to Google Maps

Switching back to Android, or just want your places in Google Maps too? Upload a VCF or GPX file and we'll convert everything for you. Or use the Mac script to pull your favorites straight out of Apple Maps. Nothing gets uploaded anywhere, it all runs locally in your browser.

File never leaves your device Free forever Mac export script included
my-places.kml 32 places
Rijksmuseum 52.360, 4.885
Anne Frank House 52.375, 4.884
Vondelpark 52.358, 4.869
+ 29 more places
Library
Eiffel Tower
Louvre Museum
Notre-Dame
01 — EXPORT
Get your data out of Apple Maps
Upload a VCF or GPX file from your library, or use the Mac script to pull directly from Apple Maps
-- Reading Apple Maps...
tell app "Maps"
  get every favorite
end tell
-- Exporting...
02 — UPLOAD
Upload here
Drop your file — VCF, GPX, or the JSON the Mac script generates — and we parse everything
Google My Maps
03 — IMPORT
Import to Google
Download the KML or CSV and import it directly into Google My Maps — all your pins appear on the map
Start converting
Upload a file
Drop files here
or browse to select
.vcf .gpx .json
VCF files come from your Contacts app, GPX from any GPS app, JSON from the Mac script below. All three work fine.
Mac script
Don't have a file handy? This script opens Apple Maps on your Mac, reads your favorites and exports a JSON file you can upload above. Takes about 30 seconds.
export-apple-maps.applescript
-- Reads your Apple Maps library
-- and exports to JSON
tell application "Maps"
  activate
  set places to {}
  -- loops favorites...
end tell
Open it in Script Editor, grant Accessibility permission once, hit Play, then upload the apple-maps-export.json it drops on your Desktop.