MFCameraUpdate 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() Object
Converts this object to something serializable in JSON.
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

newCameraPosition(MFCameraPosition cameraPosition) MFCameraUpdate
Returns a camera update that moves the camera to the specified position.
newLatLng(MFLatLng latLng) MFCameraUpdate
Returns a camera update that moves the camera target to the specified geographical location.
newLatLngBounds(MFLatLngBounds bounds, double padding) MFCameraUpdate
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 padding insets the bounding box from the map view's edges. The camera's new tilt and bearing will both be 0.0.
newLatLngZoom(MFLatLng latLng, double zoom) MFCameraUpdate
Returns a camera update that moves the camera target to the specified geographical location and zoom level.