在我的
Android项目中,我有GeoPoints列表.我有一个
algorithm to decode编码的折线字符串.任何人都可以帮助我编辑GeoPoints列表,以便将Polyline字符串按顺序保存在Shared Preferences中.
解决方法
您应该包括新的
googlemaps utils library for Android,然后使用
PolyUtil:
PolyUtil.encode(latLngPath) PolyUtil.decode(encodedPath)