Point.fromJsObject constructor

Point.fromJsObject(
  1. PointJsImpl jsObject
)

Creates a new LngLat from a jsObject.

Implementation

Point.fromJsObject(PointJsImpl jsObject) : super.fromJsObject(jsObject);