Mapview hightlight roads

Hi,

is there a way to highlight the road between 2 points on a mapview

just like when google measures the distance between 2 points

almost like the red line in the below image

earth.jpg

Regards,

Tariq

Corona’s native.mapView() does not support overlays. You will need to use a native.newWebView() with an embedded Google Map (or other Map service) where you can add overlays.

Rob

Corona’s native.mapView() does not support overlays. You will need to use a native.newWebView() with an embedded Google Map (or other Map service) where you can add overlays.

Rob