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 android api的新手,我想知道一件事:它可以显示坐标保存在db中的标记(点,项目,如你所愿)吗?比如说,我在地图上标记了一天的位置,它保存在数据库中,最后,在一天结束时,我可以查看我去过的所有地点?
您可以查询您的数据库并使用该信息来填充ItemizedOverlay(Maps V1)或创建一系列标记(Maps V2),只要您认为合适。
ItemizedOverlay