UnityEngine.iPhoneSettings.StartLocationServiceUpdates C# (CSharp) Method

StartLocationServiceUpdates() public static method

public static StartLocationServiceUpdates ( float desiredAccuracyInMeters ) : void
desiredAccuracyInMeters float
return void
		public static void StartLocationServiceUpdates(float desiredAccuracyInMeters){}
		public static void StartLocationServiceUpdates(){}

Same methods

iPhoneSettings::StartLocationServiceUpdates ( ) : void
iPhoneSettings::StartLocationServiceUpdates ( float desiredAccuracyInMeters, float updateDistanceInMeters ) : void