URL Scheme
The MilGPS URL scheme offers a way for other apps to interact with MilGPS.
Please contact support@milgps.com for assistance or to request new functionality.
Add waypoint
Adds a waypoint.
When opened, MilGPS will prompt the user to save the waypoint to the active overlay and optionally customise the name of the waypoint. After saving the waypoint the user can view the waypoint on the map or open the waypoint detail screen.
milgps:///point?name={name}&lat={latitude}&lon={longitude}
Parameters:
name: The name for the waypoint (URL encoded)
latitude: The latitude of the waypoint (WGS84, decimal degrees, north positive)
longitude: The longitude of the waypoint (WGS84, decimal degrees, east positive)
Example:
milgps:///point?name=Apple%20Park&lat=37.334606&lon=-122.009102