位于 google api 上的信息是否可用?
Is the located in information available on any google api?
举个例子Google Maps place result。提供有关某个位置是否在更大的综合体中的信息。 google 搜索结果知识窗格具有相同的信息。
是否可以通过第三方应用程序查询 google api?
我找不到它,据我所知google 使用它自己的地理多边形来确定某物是否在某个位置内。
所以我继续使用 https://nominatim.openstreetmap.org/search.php?q=Australia&polygon_geojson=1&format=json to get the location polygons and GeoDjango + Postgis Example。
希望这对其他人有帮助。
举个例子Google Maps place result。提供有关某个位置是否在更大的综合体中的信息。 google 搜索结果知识窗格具有相同的信息。
是否可以通过第三方应用程序查询 google api?
我找不到它,据我所知google 使用它自己的地理多边形来确定某物是否在某个位置内。
所以我继续使用 https://nominatim.openstreetmap.org/search.php?q=Australia&polygon_geojson=1&format=json to get the location polygons and GeoDjango + Postgis Example。
希望这对其他人有帮助。