Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 Google Maps V3 Javascript Api。现在,我正在向它添加标记。是否有任何选项可以在不使用纬度和经度的情况下添加标记位置?例如:我只想写位置:'NewYork, USA'。
非常感谢您!
您需要先对其进行地理编码。您将地址发送到他们的 API并获取纬度和经度。