MapMove class

地图移动

Annotations

Constructors

MapMove({LatLng? coordinate, double? zoom, double? tilt, double? bearing, bool? isAbroad})

Properties

bearing double?
朝向
final
coordinate LatLng?
经纬度
final
hashCode int
The hash code for this object.
no setterinherited
isAbroad bool?
是否是国外
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tilt double?
倾斜度
final
zoom double?
缩放等级
final

Methods

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

Operators

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