Method | Description | |
---|---|---|
StartLocationServiceUpdates ( ) : void | ||
StartLocationServiceUpdates ( float desiredAccuracyInMeters ) : void | ||
StartLocationServiceUpdates ( float desiredAccuracyInMeters, float updateDistanceInMeters ) : void | ||
StopLocationServiceUpdates ( ) : void | ||
iPhoneSettings ( ) |
public static StartLocationServiceUpdates ( ) : void | ||
return | void |
public static StartLocationServiceUpdates ( float desiredAccuracyInMeters ) : void | ||
desiredAccuracyInMeters | float | |
return | void |
public static StartLocationServiceUpdates ( float desiredAccuracyInMeters, float updateDistanceInMeters ) : void | ||
desiredAccuracyInMeters | float | |
updateDistanceInMeters | float | |
return | void |
public static StopLocationServiceUpdates ( ) : void | ||
return | void |