TIMRegionChangeReason enum

Enum:The reason why region on the screen changed 枚举:地图区域改变原因

Inheritance
Available extensions

Values

Gesture → const TIMRegionChangeReason

Triggered by user's gesture, such as double clicking, dragging or sliding the map. 手势触发导致地图区域变化,如双击、拖拽、滑动地图。

Event → const TIMRegionChangeReason

The event called by widget on the map, such as switching the map type by clicking the widget on the map. 地图上控件事件,如点击指南针返回2D地图。

APIs → const TIMRegionChangeReason

API interface event called by your program, such as re-setting map parameters and leads the changes in the map area. 开发者调用接口、设置地图参数等导致地图区域变化。

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
name String

Available on Enum, provided by the EnumName extension

The name of the enum value.
no setter
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

Constants

values → const List<TIMRegionChangeReason>
A constant List of the values in this enum, in order of their declaration.