Authored by Kenny Grant

Added commented out call to moveToLatLong to example ViewController for debugging

@@ -85,8 +85,11 @@ @@ -85,8 +85,11 @@
85 85
86 [mapView getScreenCoordinateBounds]; 86 [mapView getScreenCoordinateBounds];
87 87
88 -  
89 - 88 +/* CLLocationCoordinate2D newLocation;
  89 + newLocation.latitude = -33.9495;
  90 + newLocation.longitude = 151.2381;
  91 + [[mapView contents] moveToLatLong:newLocation];
  92 +*/
90 93
91 } 94 }
92 95