...
This is done by performing a Javascript command in the MazeMap webview.
...
HTML Comment |
---|
This does not appear on the actual page. Here is the link to draw.io-diagrammet at: https://drive.google.com/drive/folders/0B7uv_DvQTZFLTmFJQ1k4c01TdVk?usp=sharing |
Performing JavaScript commands in a webview
In Android, use WebView.postWebMessage to send the message. If you must support an older Android SDK which does not implement postWebMessage, you can alternatively use evaluateJavascript(), e.g.:
...
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.
...