Skip to content
zioolek edited this page Jan 4, 2018 · 1 revision

Ubudu Indoor Location servers provide tiles support for displaying the map configured in the Manager Platform. To get the current map's tiles base url call the following method:

locationManager.currentMap.tilesUrl

The url's template is as follows:

https://imagesd.ubudu.com/u_maps_tiles/{MAP_CUSTOM_ID}/{TILES_UUID}/{z}/{x}/{y}.png

This is the tiles URL in a standard format that is supported e.g. by Google Maps API.

The map tiles base url is printed out above every floor map on the Manager Platform's map editor (see screenshot below):

Clone this wiki locally