Google Maps Tile URL for HYBRID mapType tiles?

后端 未结 4 1328
既然无缘
既然无缘 2021-01-30 00:36

I have found a basic URL structure for regular map tiles:

https://mts1.google.com/vt/lyrs=m@186112443&hl=x-local&src=app&x=1325&y=3143&z=13&a         


        
相关标签:
4条回答
  • 2021-01-30 00:48

    You need an instance from the google map js class and an anonymous function then you can set the map object to give hybrid tiles:How to get your image URL tiles? (google maps). Or maybe it's lyrs=y:http://www.neongeo.com/wiki/doku.php?id=map_servers.

    TRY: http://mt1.google.com/vt/lyrs=y&x=1325&y=3143&z=13

    0 讨论(0)
  • 2021-01-30 00:49

    Hybrid Maps URL:

    http://mt0.google.com/vt/lyrs=y&hl=en&x={x}&y={y}&z={z}&s=Ga
    
    0 讨论(0)
  • 2021-01-30 00:59

    For anyone who wants to save some time while looking for specific tile types:

    • h = roads only
    • m = standard roadmap
    • p = terrain
    • r = somehow altered roadmap
    • s = satellite only
    • t = terrain only
    • y = hybrid
    0 讨论(0)
  • 2021-01-30 00:59

    The truth is: there is no URL specifically that holds both satellite and street info like you see in google maps hybrid. You have to combine them. Here's an example:

    https://github.com/SnakeO/mapbox-with-google-maps-hybrid-tiles

    0 讨论(0)
提交回复
热议问题