Exemple #1
0
 void _mapView_MapInitialized(OsmSharp.UI.IMapView mapView, float newZoom, Units.Angle.Degree newTilt, GeoCoordinate newCenter)
 {
     _centerMarker.MoveWithMap = false;
 }
Exemple #2
0
 void _mapView_MapTouched(OsmSharp.UI.IMapView mapView, float newZoom, Units.Angle.Degree newTilt, GeoCoordinate newCenter)
 {
     OsmSharp.Logging.Log.TraceEvent("MainActivity", Logging.TraceEventType.Information, "MapTouched");
 }