in version 5 google tiles does not appear . any solution please?
Hi Hassan,
Welcome to this forum.
Google Tiles support has been deprecated several versions ago and has been fully deleted in v5.
Google does not longer permit to use its Tiles server.
You can use Bing instead of OpenStreetMap.
For Bing you need to get an API key and set it in GlobalSettings.BingApiKey
Hi
Thanks
Can i use custom Tile provider And redefine URL pattern for google tiles?
for using tiles only google has this url pattern
http://mt.google.com/vt/lyrs=m&x={x}&y={y}&z={z}
I have check this manually and its OK . but i could not use that in code
sample:
…
http://mt1.google.com/vt/lyrs=y&x=40&y=22&z=6
…
Are you still facing the mentioned problems?
Looking at the Tiles Class Reference I think you need to change your URL to http://mt.google.com/vt/lyrs=m&x={x}&y={y}&z={zoom}
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.