- Developers
- Sygic Maps API
- Maps API
- Raster Maps JS
- Map tile layers
Map tile layers
Add tile with other options:
L.TileLayer.sygic(<String> yourAPIkey, <TileLayer options> options? )
Thanks to this extension, there is no need to specify location of map tiles or any other paths. Everything is assigned by yourAPIkey.
To display Sygic POI layer on top of the map, you need to set option "poi" to true
To display Sygic restrictions layer on top of the map, you need to set option "restriction" to true
- Previous article: Map object
- Next article: Custom layers