C# Класс Monospace11.MapViewController.LocationManagerDelegate

MonoTouch definition seemed to work without too much trouble
Наследование: CLLocationManagerDelegate
Показать файл Открыть проект

Открытые методы

Метод Описание
Failed ( CLLocationManager manager, NSError error ) : void
LocationManagerDelegate ( MKMapView mapview, MapViewController mapvc ) : System
UpdatedLocation ( CLLocationManager manager, CLLocation newLocation, CLLocation oldLocation ) : void

Whenever the GPS sends a new location, update text in label and increment the 'count' of updates AND reset the map to that location

Описание методов

Failed() публичный Метод

public Failed ( CLLocationManager manager, NSError error ) : void
manager CLLocationManager
error NSError
Результат void

LocationManagerDelegate() публичный Метод

public LocationManagerDelegate ( MKMapView mapview, MapViewController mapvc ) : System
mapview MKMapView
mapvc MapViewController
Результат System

UpdatedLocation() публичный Метод

Whenever the GPS sends a new location, update text in label and increment the 'count' of updates AND reset the map to that location
public UpdatedLocation ( CLLocationManager manager, CLLocation newLocation, CLLocation oldLocation ) : void
manager CLLocationManager
newLocation CLLocation
oldLocation CLLocation
Результат void