LngLatBounds.fromJsObject constructor
LngLatBounds.fromJsObject(
- LngLatBoundsJsImpl jsObject
Creates a new LngLatBounds from a jsObject
.
Implementation
LngLatBounds.fromJsObject(LngLatBoundsJsImpl jsObject)
: super.fromJsObject(jsObject);