LngLatBounds class Basic

LatLng bounds class.

Annotations

Constructors

LngLatBounds({required double longitudeWest, required double longitudeEast, required double latitudeSouth, required double latitudeNorth})
Create a new LngLatBounds object.
const

Properties

hashCode int
The hash code for this object.
no setteroverride
latitudeNorth double
The maximum latitude, most north
final
latitudeSouth double
The minimum latitude, most south
final
longitudeEast double
The maximum longitude, most east
final
longitudeWest double
The minimum longitude, most west
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({double? longitudeWest, double? longitudeEast, double? latitudeSouth, double? latitudeNorth}) LngLatBounds
Create a new LngLatBounds object by changing no, some or all values.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

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