LatLngBoundsLiteral class

Padding around given rectangular

Constructors

LatLngBoundsLiteral({required num east, required num west, required num north, required num south})
Default constructors. Creates LatLngBoundsLiteral object.
LatLngBoundsLiteral.fromJson(Map<String, dynamic> json)
Creates LatLngBoundsLiteral object from JSON Data

Properties

east num
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
north num
north Spacing
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
south num
south Spacing
getter/setter pair
west num
west Spacing
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, num>
Created JSON Data object from LatLngBoundsLiteral
toString() String
A string representation of this object.
inherited
woosmapObject() String
Return Woosmap LatLngBounds https://developers.woosmap.com/products/map-api/reference/1.4/#Padding

Operators

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