简体   繁体   English

使用Google Maps API获取经纬度的地址

[英]Get address with long and lat using google maps api

我正在使用ionic框架构建应用,并且可以通过使用https://github.com/israelidanny/ion-google-place库获取坐标来进行地址发布。现在,我的问题是当我编辑在我的数据库中发布,我已经很久了,我想在该字段中预先填写地址,我该怎么做

Basically working directly with Google Maps API's is the easiest way. 基本上直接使用Google Maps API是最简单的方法。

One of the API's is Google Places, and it can handle almost anything you want, from auto complete widget feature to place picker widget. API之一是Google Places,它可以处理几乎所有您想要的东西,从自动完成小部件功能到位置选择器小部件。

https://developers.google.com/places/webservice/intro https://developers.google.com/places/webservice/intro

Using Google dev console you can obtain free key which is enough for testing. 使用Google开发人员控制台,您可以获得足以进行测试的免费密钥。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Google Maps API:分别获取经度/纬度 - Google maps API: get lat / long separately 从自动完成地址输入中获取经纬度,并使用Google Maps API在下面显示地图 - Get Lat and Long from autocomplete address input and show the map below with google maps API Google Maps API,如何从机场代码获取时间? - Google Maps API, how to get lat long from airport code? Google Maps API - 获取lat / long之间路线的点数 - Google Maps API - Get points along route between lat/long 使用经纬度和Google Maps API的方向准确性 - Accuracy of directions using Long/Lat with Google Maps API 使用谷歌地图 api,如何从纬度和经度获取国家、state 和城市? - using google maps api, how to get country, state, and city from lat and long? Google地图 - 使用地理编码器通过javascript获取长/ lat - Google Maps - using geocoder to get long/lat with javascript 将地址转换/地理编码转换成纬度经度坐标-SpiderFier Google Maps - Converting/Geocoding address into Lat Long coordinates - spiderfier for google maps 如何使用谷歌地图JS api从给定的纬度和经度坐标找到半径(比如10米)中的坐标(纬度和经度) - How to find the coordinates (lat & long) in a radius (say like 10 meters) from a given lat & long coordinate using google maps JS api Bing地图。 如何通过lat和long获取地址? - Bing maps. How can I get address by lat and long?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM