I am getting a red line/strip in the map. I am trying to remove this line. do any one know how to remove this?
I guess they are called something like bus routes. It appears along with the yellow border that connects the geopoints.
I have set,
objMapView.setTraffic(false);
objMapView.setSatellite(false);
Does any one has the answer for this?
I solved the issue finally. I need to call invalidate() after I set traffic as false.
Here is how it should be