This is web application for building routes functionality using the Navigine system
Example of website with zoom to POI is here
Example of website without zoom to POI is here
- Register and walk thow Navigine setup - create location, add routes and venues (POE) on map, then generate url for QR navigation by clicking on venue in navigine map and scaning QR code
- Use it!
- Also you can add it to your web page by iframe (exaple in repo)
<!DOCTYPE html>
<html>
<body>
<iframe style="width: 50vw; height: 50vh;" src="https://ips.navigine.com/utils/paths?location=XXX&floor=XXX&&hash=XXXX-XXXX-XXXX" title="description"></iframe>
</body>
</html>
Instead of XXX use navigine's data
<!DOCTYPE html>
<html>
<body>
<iframe style="width: 50vw; height: 50vh;" src="https://ips.navigine.com/utils/paths?location=XXX&venue=XXXfloor=XXX&&hash=XXXX-XXXX-XXXX" title="description"></iframe>
</body>
</html>
- The main url
https://ips.navigine.com/utils/paths
- location - location id in navigine system
- floor - floor id in navigine system
- hash - user id in navigine system
- *venue - optional - id of venue (POE) - map will be zoomed to venue(POE) if you'll provide this arg
- Routing by clicking on map from and/or any point on map
- Routing from and/or to Venue (POE) on map by selecting it in selector