Hi folks,
We are looking to migrate to TomTom map in out Flutter based application. We have been able to successfully display the map using SfMaps with urlTemplate
urlTemplate: ‘http://api.tomtom.com/map/1/tile/basic/main/{z}/{x}/{y}.png?key=API_KEY’
However we need to do some styling custumisations. I wonder if it is possible to include the styling in the url or maybe any suggestions how to do styling when using FlutterMap
Thanks!