Map Module
The use of this library is for the visualization of the map only. This will be displayed throughout the job.
To use this library you only have to use the map tag in the url of the LST call.
Note: Note: The driver icon only appears on the map when active the shopper app.
Nota:
Consider the following examples:
<!DOCTYPE html>
<head>
<title>LSW v3 Embed</title>
</head>
<body>
<div id="instaleap-lsw-v3"></div>
</body>
<script src="https://xandar-lsw-v3.instaleap.io/lib/map.js"></script>
<script>
const params = {
job: "myJob",
token: "myToken",
container: "#instaleap-lsw-v3"
}
window.instaleap.map.render(params)
</script>
</html>
https://xandar-lsw-v3.instaleap.io/map?job=myJob&token=myToken
The list of parameters is as follows
Example:
Updated 9 days ago