Closed EDToaster closed 6 years ago
getTileUrl
is a little special to work with and you cannot directly set this function (I hadn't time to improve that).
To make it work you can have a look at:
Thanks, will check out.
In version 3.4.0 you can now directly use getTileUrl
setter
In my webapp, I am using a custom Tile Server to get the map tiles.
However when using ImageMapTypeOptions and setting getTIleUrl by using the following code:
I get the error that coord has no method "y".
When using the code
print(coord.y)
, i always get "null" as output.Cheers!