CameraELocUpdate class

Properties

hashCode int
The hash code for this object.
no setterinherited
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
toJson() → dynamic
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

newELocBounds(List<String> bounds, {double left = 0, double top = 0, double right = 0, double bottom = 0}) CameraELocUpdate
Returns a camera update that transforms the camera so that the specified geographical bounding box is centered in the map view at the greatest possible zoom level. A non-zero left, top, right and bottom padding insets the bounding box from the map view's edges. The camera's new tilt and bearing will both be 0.0.
newELocZoom(String eLoc, double zoom) CameraELocUpdate
Returns a camera update that moves the camera target to the specified geographical location and zoom level.