package leaflet

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t
val set_latlng : Latlng.t -> unit

set_latlng latlng changes the popup position to the given point

val set_content : string -> unit

set_content s changes the popup content to s

val open_on : Map.t -> unit

open_on map * Adds the popup to map and closes the previous one.

val close : Map.t -> unit

close map * closes the popup of map

val of_jv : Jv.t -> t

of_jv jv is jv as t