开发者

create multiple events android map application

开发者 https://www.devze.com 2023-02-19 16:25 出处:网络
i\'m creating a map app that displays events with a description overlay that pops up on click. i\'ve currently used 2 tutorials

i'm creating a map app that displays events with a description overlay that pops up on click. i've currently used 2 tutorials tutorial 1)

tutorial 22) currently i can display 1 event by defiining the long+lat,

my question is how do i add several events? also how can i add events from a csv file which contains the long+lat and description for th开发者_开发问答e event?

any help would be appreciated


my question is how do i add several events?

Put multiple OverlayItems in the ItemizedOverlay.

also how can i add events from a csv file which contains the long+lat and description for the event?

Use Java I/O to read in the file.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号