TencentLocationRequestIosExtension class

iOS 专属请求字段。

Constructors

TencentLocationRequestIosExtension()

Properties

activityType IosActivityType
活动类型。对应 activityType
getter/setter pair
allowsBackgroundLocationUpdates bool
是否允许后台定位。默认 false。对应 allowsBackgroundLocationUpdates
getter/setter pair
desiredAccuracy IosDesiredAccuracy
期望精度。对应 desiredAccuracy
getter/setter pair
distanceFilter double?
距离过滤器(米)。null = kCLDistanceFilterNone。对应 distanceFilter
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
headingFilter double?
Heading 过滤器。对应 headingFilter
getter/setter pair
headingOrientation int?
Heading 参考方向(CLDeviceOrientation 对应的 int)。对应 headingOrientation
getter/setter pair
pausesLocationUpdatesAutomatically bool
自动暂停定位。对应 pausesLocationUpdatesAutomatically
getter/setter pair
poiUpdateInterval Duration
POI 更新间隔。对应 poiUpdateInterval(秒)。
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
singleLocationTimeout Duration
单次定位超时,默认 10s。对应原生 [manager requestLocationWithRequestLevel:locationTimeout:completionBlock:]locationTimeout 入参。
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, Object?>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited