package js_of_ocaml

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Class type Geolocation.geolocationSource

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