RouteBoundingBox class

Represents a bounding box for a route

Constructors

RouteBoundingBox.new({required RaliPosition southwest, required RaliPosition northeast})
//////////// ////////////
const

Properties

center RaliPosition
///////// ///////// Calculates the center point of the bounding box
no setter
hashCode int
The hash code for this object.
no setterinherited
height double
Calculates height of bounding box in degrees
no setter
northeast RaliPosition
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
southwest RaliPosition
//////////// ////////////
final
width double
Calculates width of bounding box in degrees
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMapboxBounds() CoordinateBounds
//////////// //////////// Converts to a Mapbox CoordinateBounds
toString() String
A string representation of this object.
inherited

Operators

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

Constants

epsilon → const double