MFViewboxComponent class

Constructors

MFViewboxComponent({required MFLocationComponent southwest, required MFLocationComponent northeast})
Creates geographical bounding box with the specified corners.
const

Properties

hashCode int
The hash code for this object.
no setterinherited
northeast MFLocationComponent
The northeast corner of the rectangle.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
southwest MFLocationComponent
The southwest corner of the rectangle.
final

Methods

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

Operators

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