Point.fromJsObject constructor
Point.fromJsObject(
- PointJsImpl jsObject
Creates a new LngLat from a jsObject
.
Implementation
Point.fromJsObject(PointJsImpl jsObject) : super.fromJsObject(jsObject);