【发布时间】:2015-02-24 03:57:13
【问题描述】:
我有一个带有地理点的 Jar,我使用这段代码来查找最近的城市:
GetNService gn = new GetNService();
NGeoPoint nearest = gn.getN(lat, lon);
GeoPoint city = nearest.getPoint();
我想添加一个标记,但我不知道如何使用 Geopoint 添加。
谢谢
【问题讨论】:
标签: android google-maps-markers google-maps-android-api-2