BaiduMapsCoordType enum

Coordinate system used by Baidu Maps URI actions.

Inheritance
Available extensions

Values

bd09ll → const BaiduMapsCoordType

Baidu latitude/longitude coordinates.

const BaiduMapsCoordType('bd09ll')
bd09mc → const BaiduMapsCoordType

Baidu Mercator coordinates.

const BaiduMapsCoordType('bd09mc')
gcj02 → const BaiduMapsCoordType

GCJ-02 coordinates.

const BaiduMapsCoordType('gcj02')
wgs84 → const BaiduMapsCoordType

WGS84 coordinates.

const BaiduMapsCoordType('wgs84')

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
value String
URI query value.
final

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<BaiduMapsCoordType>
A constant List of the values in this enum, in order of their declaration.