TrackerPro Client API
September 29, 2024Stolen Vehicles Recovery
January 28, 2025TrackerPro Client API: LiveMapView
PAYT View can be embedded into a webpage as an iFrame by setting the appropriate src in the iFrame. To launch LiveMapView the iFrame should look something like this.<iframe id="paytframe" width="100%" height="500" src="https://trackerproview.payasyoutrack.com/#Embed/LiveMapView/{XXXXLAUNCHTOKENXXXX}" frameborder="0"></iframe>
Action | Parameters | Example | Comments |
clusterOn | boolean | {“action”:”clusterOn”,”params”:false} | Toggle clustering on/off |
filter | string | {“action”:”filter”,”params”:”RF23″} | Add a filter to the map. For example, focus on a single vehicle |
keepOnMap | boolean | {“action”:”keepOnMap”,”params”:true} | Keeps the currently selected vehicles in the viewport as they move. Map will scroll in/out and pan as required. |
kioskMode | boolean | {“action”:”kioskMode”,”params”:true} | Smooth pan between selected vehicles every 10 seconds. |
showFlags | boolean | {“action”:”showFlags”,”params”:true} | Switch flags on/off. Not recommended for 100s of vehicles. |
todayOnly | boolean | {“action”:”todayOnly”,”params”:true} | Remove vehicles that have not reported into system today. |
zoom | number | {“action”:”zoom”,”params”:12} | Change the zoom level. |
Back to: Contents