Skip to main content

What Intents Does OsmAnd Listen to?

Android geo intents​

  • geo:latitude,longitude
  • geo:latitude,longitude?z=zoom
  • geo:0,0?q=my+street+address
  • geo:0,0?q=business+near+city

OsmAnd specific intents:​

  1. Location with Pin: https://osmand.net/map/?pin=52.491143,7.116394#9/52.3924/6.3116

URL description:

  • "https://osmand.net/map" - OsmAnd web resource.
  • "?pin=52.491143,7.116394" - Pin's coordinates.
  • "#9/52.3924/6.3116" - map zoom and centre map.

URL with PIN

  1. Location without Pin: https://osmand.net/map/#9/52.3924/6.3116

URL description:

URL without PIN

  1. Navigation: https://osmand.net/map/?start=52.236210,5.119629&finish=52.412472,4.855957&profile=car&pin=52.491143,7.116394#9/52.3873/5.2570

URL description:

  • "https://osmand.net/map" - OsmAnd web resource.
  • "start=52.236210,5.119629" - coordinates of the start point.
  • "finish=52.412472,4.855957" - coordinates of the finish point.
  • "profile=car" - navigation profile.
  • "pin=52.491143,7.116394" - Pin's coordinates.
  • "#9/52.3873/5.2570" - map zoom and centre map.

URL with navigation

Google:​

OSM:​

Others:​

Code and tests are here:​