| nav2us.com - API for sending direct to a GPS |
http://www.nav2us.com/api/enter_api?url_xml=http://www.yourdomain.com/points.xml
The name of the parameter given to it is "url_xml" and it should contain a valid xml file address.
The format of the XML file as follows:
<?xml version="1.0"?> <pois> <poi> <title>Museo del Prado</title> <url_image>http://www.nav2us.com/images/userphotos/7/med531.jpg</url_image> <latitude>40.41370843768606</latitude> <longitude>-3.6931228637695312</longitude> </poi> <poi> <title>El parque del Retiro de Madrid</title> <url_image>http://www.nav2us.com/images/userphotos/6/med51.jpg</url_image> <latitude>40.4131692976482</latitude> <longitude>-3.6830806732177734</longitude> </poi> ... </pois>
- title: name of the point.
- latitude: is the latitude of the item (in decimal format).
- longitude: is the longitude of the item (in decimal format).
- url_image: is a valid address of an item (only for generating files with a KML extension).
Conditions of use
- The nav2us.com API is free and open for non comercial use.- You should use the following icon as a link to the API call.
- This web site is under a Creative Commons licence.
If you have any questions or suggestion please do not hesitate to contact us.