I have a lot of locations starred in Google Maps. I'd like to export the list of them so that I can import them into other software, like Google Earth or map applications on my Android phone. Is there any way to do this?

If there's no official way, is there a workaround? Google Maps for Android can access the starred locations, so maybe there's a way to rip them out of that? Maybe some other software that can access it?

This is very similar, but I am asking about starred locations, they aren't in My Maps.

They recently changed it so that starred locations are listed along with other locations under "My Places", but I still don't see a way to export.

link|improve this question
1  
Currently there is no way to export Starred items in one batch. – Dmitry Selitskiy Jun 23 '11 at 6:27
@Dmitry: Is there a way to export them one by one? I could write a Python script to automate it? – endolith Jun 23 '11 at 15:47
1  
I cannot find a reliable way to do them individually either – Dmitry Selitskiy Jun 23 '11 at 22:17
feedback

2 Answers

It's a bit hard, but a workaround that seems to do the trick:

  1. Go to Google Maps - My places: http://maps.google.at/maps/myplaces

  2. CREATE NEW MAP, name its title "Starred Items to export", set it to [x] Unlisted, Done

  3. Click on My places again to get back to the places list, select Starred

  4. For each starred item do the following:

    • Click on the starred item, the balloon on the map appears.
    • Click the balloon's "Save to map" link, select the map "Starred Items to export", then Save

  5. Click on My places again to get back to the places list, select Maps

  6. Click on the map "Starred items to export", click the KML link

  7. Download the KML file. Done.

link|improve this answer
Yikes. Could it be automated, I wonder? The "Save to map" is not a normal link <span jstcache="0" class="actbar-text">Save to map</span> – endolith Aug 1 '11 at 15:02
I am afraid you'd have to develop something with code.google.com/apis/maps – oleschri Aug 2 '11 at 8:40
feedback

Google's Data Liberation Front site has info how to move your data in and out of Google products.

Check if this documentation on importing and exporting map data using KML can help you out.

link|improve this answer
Sorry, that doesn't help – endolith Jul 30 '11 at 4:04
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.