Enable Wrap Around

The world is round. It does not end at the dateline. However, most flat representations of the earth only extend up till 180 East and West longitude. This makes it difficult to visualize areas that span across the date line, or routes that traverse the Pacific Ocean. It is possible to visualize a world map extending seamlessly beyond the date line. Simply by enabling the wrapAround property on a map, the eastern and western hemispheres wrap around each other forming a continuous map and giving the impression that the map is endless. Panning a map becomes similar to spinning a globe.

// enable wrap around
mMapView.enableWrapAround(true);

Constraints

The following requirements must be satisfied before enabling wrap around

1/24/2013