GeolocateControlOptions.fromJsObject constructor

GeolocateControlOptions.fromJsObject(
  1. GeolocateControlOptionsJsImpl jsObject
)

Creates a new MapOptions from a jsObject.

Implementation

GeolocateControlOptions.fromJsObject(GeolocateControlOptionsJsImpl jsObject)
    : super.fromJsObject(jsObject);