Class type Geolocation.geolocation
method getCurrentPosition : (position Js.t -> unit) Js.callback -> (positionError Js.t -> unit) Js.callback -> positionOptions Js.t -> unit Js.methmethod watchPosition : (position Js.t -> unit) Js.callback -> (positionError Js.t -> unit) Js.callback -> positionOptions Js.t -> watchId Js.methmethod clearWatch : watchId -> unit Js.meth