Тема: Working with maps
Hi,
I am using wialon remote api, is there something to use google maps or "gurtam maps" whith some key to my gurtam account?
To avoid paying another quantity to google directly?
Вы не вошли. Пожалуйста, войдите или зарегистрируйтесь.
Hi,
I am using wialon remote api, is there something to use google maps or "gurtam maps" whith some key to my gurtam account?
To avoid paying another quantity to google directly?
Or if there is a tutorial to use gurtam maps on my site, and if it is, where it is
Hello. We got only server which renders GurtamMap tiles for us (you can see it while debugging in FireBug). No API. For getting other maps we use owners' APIs provided.
glizarraga, Gurtam Maps is embedded in Wialon and you use per active Wialon session. See here more info: http://sdk.wialon.com/wiki/en/sidebar/r … s/requests
You can consider to use GoogleMaps API and build whole interface around it. There are tons of tutorials like this one https://developers.google.com/maps/docu … google-map
Or you can use any opensource javascript map library (i recommend Leaflet http://leafletjs.com/ ) and add GoogleMaps layers there (using plugin like https://gitlab.com/IvanSanchez/Leaflet. … ogleMutant )
Leaflet is the best library to use layers of maps. is very powerful.