mapView.setStreetView(true); doesn’t make any impact on the map view of my app, instead when i
write mapView.setStreetView(true); a line is marked over it. If any body could tell me what actually is this function for and setTraffic as well.
mapView.setStreetView(true); doesn’t make any impact on the map view of my app, instead when
Share
you need to implement street view like this when you set the mapView.setStreetView(true);
and for traffic no need any thing like this but traffic layer work for some countries like new york, canada, etc.