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
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