gpt4 book ai didi

regex - 谷歌地图的地址格式

转载 作者:行者123 更新时间:2023-12-04 15:15:54 25 4
gpt4 key购买 nike

我正在尝试做一些东西来解析可能地址的文本并将它们转换为谷歌地图链接。谷歌地图将接受作为查询的最通用地址格式是否有任何引用?似乎是他们想要公开的东西,但我在文档中找不到任何东西。

最佳答案

你应该看看Google Static Maps API .

Addresses

Most people don't speak in latitudes and longitudes; they denote locations using addresses. The process of turning an address into a geographic point is known as geocoding and the Static Maps service can perform geocoding for you if you provide valid addresses.

In any parameter where you may provide a latitude/longitude, you may instead specify a string indicating an address. Google will geocode the address and provide the Static Map service with a latitude/longitude value to use in placing markers or specifying locations. The string should be URL-escaped, so addresses such as "City Hall, New York, NY" should be converted to "City+Hall,New+York,NY", for example.

Note that addresses may reflect either precise locations, such as street addresses, polylines such as named routes, or polygonal areas such as cities, countries, or national parks. For polylinear and polygonal results, the Static Map server will use the center point of the line/area as the address center. If you have doubt about how an address may geocode, you can test out the address using this Geocoding Utility.

The following example generates a static map for Berkeley, CA:

http://maps.google.com/maps/api/staticmap?center=Berkeley,CA&zoom=14&size=400x400&sensor=false


资源:
  • Google Static Maps API - Addresses
  • 关于regex - 谷歌地图的地址格式,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3647582/

    25 4 0
    Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
    广告合作:1813099741@qq.com 6ren.com