Hello,
I am doing a mobile app that show a map with some points and lines.
To show the map and the points I am using the Google Maps Mobile Samples and it is work well. I have my points in the map.
My question is how can I show lines in my map?
I have a list of points for each line, but the component Google Maps Mobile Samples only permit show markers.
Any suggestion?
Thanks
Hi,
You using google map library right ?
In the client action, there is a action called "AddPolylineToMap", you can use this to draw "line".
Thank you for your post.
I am using the Google Maps Mobile Samples Plugin, so I don't have those option.