LatLngBounds bounds = LatLngBounds.newInstance(LatLng.newInstance(
-90.0, -180.0), LatLng.newInstance(90.0, 180.0));
final CopyrightCollection collection = new CopyrightCollection();
final Copyright copyright = new Copyright(3432241, bounds, 3,
"2008 Google testCopyrightCollectionTrigger");
collection.addNewCopyrightHandler(new NewCopyrightHandler() {
public void onNewCopyright(NewCopyrightEvent event) {
assertEquals(collection, event.getSender());
assertEquals(copyright, event.getCopyright());
finishTest();