LatLngBounds bounds = LatLngBounds.newInstance(LatLng.newInstance(
-90.0, -180.0), LatLng.newInstance(90.0, 180.0));
final Copyright copyright = new Copyright(123432, bounds, 3,
"2008 Google testMapTypeTrigger");
mapType.addMapTypeNewCopyrightHandler(new MapTypeNewCopyrightHandler() {
public void onNewCopyright(MapTypeNewCopyrightEvent event) {
assertEquals(mapType, event.getSender());
assertEquals(copyright, event.getCopyright());
// This handler has started to fire later in the unit tests, so