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