Maps+

The map app with a plus.
Available in the AppStore

Note: Please use the http links because the end result is the same: Maps+ will launch if it is installed on the user's device. If not, then the user will have an option to download the app on their device.

/pin

Adds a pin to the bookmarks and scrolls the map to the added bookmark.

Parameters:

  • reference (required) — Internal parameter provided by Google Places API for the place. Required only when sharing places.
  • coordinates (required) — The latitude-longitude pair where the pin should drop. Ignored if 'reference' is set.
  • name (optional) — The name of the bookmark. Defaults to "Received Pin".
  • hidden (optional) — Whether the pin should be hidden from the map after it is deselected. Defaults to "false".

Example:

http link: http://mapspl.us/pin?coordinates=37.331689,-122.030731&name=Apple&hidden=false
direct link: mapsplus://pin?coordinates=37.331689,-122.030731&name=Apple&hidden=false

/alarm

Adds an alarm to the bookmarks and scrolls the map to the added bookmark.

Parameters:

  • coordinates (required) — The latitude-longitude pair where the alarm should drop.
  • name (optional) — The name of the bookmark. Defaults to "Alarm".
  • active (optional) — Whether the alarm should be active or not. Defaults to "false".
  • type (optional) — The type of the alarm. Possible values are "enter" and "exit". Defaults to "enter".
  • notes (optional) — User's notes for the alarm. This is the text that is displayed when the alarm is triggered.
  • radius (optional) — The radius in meters of the circle around the coordinates. Defaults to "100" meters.

Example:

http link: http://mapspl.us/alarm?coordinates=37.331689,-122.030731&name=TestAlarm&active=true&type=enter&notes=mynotes&radius=100
direct link: mapsplus://alarm?coordinates=37.331689,-122.030731&name=TestAlarm&active=true&type=enter&notes=mynotes&radius=100