Skip to content

Instantly share code, notes, and snippets.

@jlord
Last active March 6, 2016 12:10
Show Gist options
  • Save jlord/9222dc4bcec5bbd921de to your computer and use it in GitHub Desktop.
Save jlord/9222dc4bcec5bbd921de to your computer and use it in GitHub Desktop.
Best option for creating lists/maps of places for travel?

Must-haves

  • load offline
  • map marker
  • marker name
  • current location

Would-be-nice-if

  • customize marker by type (ie: food, coffee, retail)
  • could share easily
  • could callaborate easily

Current Method: stars on Google Maps

  • (+) Easy to paste in place name and star it
  • (+) Works offline
    • (+) shows stars
    • (+) shows map tiles
    • (+) shows current location, compass
    • (+) shows estimated walking time
  • (-) Can't differientiate place type, all are stars
  • (-) Can't have others add stars to your map
  • (-) Can't share your stars with others
  • (-) Can't edit/add a name so if name is in Chinese, it's useless to me.

I'm also currently doing both Foursquare lists and stars so that I can browse and get more information form the list on Foursquare while online and share it with friends, but then use Google Maps when I'm actually on foot.

stars

Other things I've tried and why they don't work

Service Deal Breakers
Custom Google Maps They won't load in the Google Maps app and therefore are too much of a mess to use. Pros: Easier to share, collaborate on and use place types
Foursquare Lists Can't use offline, can't add description "good spot to have coffee at not work from"
@ockham
Copy link

ockham commented Mar 6, 2016

@jlord You might want to try OsmAnd -- it's an open source routing app with a ton of features, including offline maps and the ability to save favorites with custom notes and different categories. Also, it has a lot of POIs with extra information (e.g. restaurant opening hours, type of cuisine etc). https://play.google.com/store/apps/details?id=net.osmand

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment