Hi Devs,
I am trying to find the API for reading just one tile small tile of size 256x256 for one particular lat/long.
But not able to find respective API. I am referring to this documentation:
https://developer.tomtom.com/content/maps-api-explorer#/
Here, we have something like:
https://api.tomtom.com/map/1/tile/basic/main/22/200/200.png?tileSize=512&view=Unified&key=*****
But, this above url asks for x,y, which I am not sure what is! shouldn’t it be lat/long?
Please help me!
Can somebody let me know if they have done the same?