The MazeMap webview allows you to send in custom location updates, allowing you to define where the blue dot should be shown.
This is done by sending performing a Javascript command in the MazeMap webview.
baseUrl Drawio
HTML Comment |
---|
This does not appear on the actual page. Here is the link to draw.io-diagrammet at: |
...
...
google.com/drive/folders/0B7uv_DvQTZFLTmFJQ1k4c01TdVk?usp=sharing |
Performing JavaScript commands in a webview
...
If you are using a third party location source/SDK that provides coordinates in another format, you will need to convert them before sending them to into the MazeMap web view.
Z-Level (mm_z)
Z-level is a MazeMap-proprietary value that defines floors/altitude.
Third party location providers will likely use their own proprietary floor level or floor ID values.
You may need to create and maintain a mapping between MazeMaps z-levels and the third party providers floor IDs.