GeolocateControl constructor

GeolocateControl(
  1. GeolocateControlOptions options
)

Implementation

factory GeolocateControl(GeolocateControlOptions options) =>
    GeolocateControl.fromJsObject(GeolocateControlJsImpl(options.jsObject));