MPCameraPositionBuilder class

Construct a camera position.

Constructors

MPCameraPositionBuilder({required MPPoint target, required num zoom})
Start the builder, a target and zoom is required to build a MPCameraPosition
MPCameraPositionBuilder.fromPosition(MPCameraPosition position)
Copy another position to use as a reference.

Properties

bearing num
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
target MPPoint
getter/setter pair
tilt num
getter/setter pair
zoom num
getter/setter pair

Methods

build() MPCameraPosition
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