- Basics
- Extended GUI
- Available features
- More
- Reference
- Examples
- Finishing
Maps
Now you can view your service locations on full-featured map! Best way is to return an KML waypoint. User will read the waypoint description and decides, if he wants to show the point on map. Howewer, you can call maps directly.
Format
Navigation can be called via internal URL "locify://maps?lat=latitude&lon=longitude". You can use this internal URL in a link on the page or inside redirection.
Example (using redirection)
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xmlns:locify="http://client.locify.com/locify_ns/1.0" xml:lang="en" lang="en"> <head> <meta http-equiv="refresh" content="0;url=locify://maps?lat=50.1234&lon=14.1234" /> <title></title> </head> <body></body> </html>
How it looks like

