Android Question Google Maps - How to refresh info window?

stanks

Active Member
Licensed User
Longtime User
how to dinamically refresh info window, for example to show new distance between my location (start) and end location?

thanks
 

stanks

Active Member
Licensed User
Longtime User
i have multiple poi's. info adapter initialized in map fragment. when i tap on i show info to user. but user can tap on button that will draw polyline from his loc to that tapped poi. i am using solution from the forum (https://www.b4x.com/android/forum/threads/mapsdecodepolyline.31499/#post-374702) and it works ok. from that decoding i get distance and duration. so when i get distance/duration i should refresh custom info window. but i don't know how.
 
Upvote 0

stanks

Active Member
Licensed User
Longtime User
hm but i have found some info on stack overflow about that but i don't know how to do that
 
Upvote 0
Top