LngLatBounds.fromJsObject constructor

LngLatBounds.fromJsObject(
  1. LngLatBoundsJsImpl jsObject
)

Creates a new LngLatBounds from a jsObject.

Implementation

LngLatBounds.fromJsObject(LngLatBoundsJsImpl jsObject)
    : super.fromJsObject(jsObject);