GeolocationMethod

Objective-C

enum GeolocationMethod : NSInteger {}

Swift

enum GeolocationMethod : Int

The enum represents the Geo Location methods used to get the current location

  • GeolocationMethodUnknown: an unknown method
  • GeolocationMethodDefault: default method
  • GeolocationMethodIPAddress: Used IP address to get the location
  • GeolocationMethodMobileNetwork: Used mobile network to get the location
  • GeolocationMethodGPS: Used GPS to get the location