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.
我正在使用 GAE/J 1.7 GWT 2.4 JPA 请求工厂
我想创建一个字段,用户可以在其中提交地址并将此值保存为数据存储中的 GeoPt。
有什么建议么?
您可以获取用户指定的地址,使用Google Geocoding API发出地理编码请求,处理结果并将其保存GeoPt在您的数据存储中。
GeoPt