AMapShowLocationModeMethod class

Properties

hashCode int
The hash code for this object.
no setterinherited
moreLocationFollow String
连续定位、且将视角移动到地图中心点,定位蓝点跟随设备移动。(1秒1次定位)
getter/setter pair
moreLocationFollowNoCenter String
连续定位、蓝点不会移动到地图中心点,并且蓝点会跟随设备移动。
getter/setter pair
moreLocationFollowRotate String
连续定位、且将视角移动到地图中心点,地图依照设备方向旋转,定位点会跟随设备移动。(1秒1次定位)
getter/setter pair
moreLocationMapRotateNoCenter String
连续定位、蓝点不会移动到地图中心点,地图依照设备方向旋转,并且蓝点会跟随设备移动。
getter/setter pair
moreLocationNoCenter String
连续定位、蓝点不会移动到地图中心点,定位点依照设备方向旋转,并且蓝点会跟随设备移动。
getter/setter pair
moreLocationRotate String
连续定位、且将视角移动到地图中心点,定位点依照设备方向旋转,并且会跟随设备移动。(1秒1次定位)默认执行此种模式。
getter/setter pair
onceLocation String
定位一次,定位点不移动到地图中心
getter/setter pair
onceLocationMove String
定位一次,且将视角移动到地图中心点
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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