Module Gmaps


module Gmaps: sig .. end
Google Maps binding


Gmaps is a binding of the Google Maps API.
class type gLatLng = object .. end
val new_GLatLng : float -> float -> gLatLng
class type gLatLngBounds = object .. end
val new_GLatLngBounds : gLatLng -> gLatLng -> gLatLngBounds
class type gCopyright = object .. end
val new_GCopyright : string -> gLatLngBounds -> int -> string -> gCopyright
class type gCopyrightCollection = object .. end
val new_GCopyrightCollection : unit -> gCopyrightCollection
class type gPoint = object .. end
val new_GPoint : int -> int -> gPoint
class type gSize = object .. end
val new_GSize : int -> int -> gSize
class type gIcon = object .. end
val new_GIcon : unit -> gIcon
class type gOverlay = object .. end
class type gMap2 = object .. end
val new_GMap2 : Dom.element -> gMap2
class type gTileLayer = object .. end
val new_GTileLayer : gCopyrightCollection -> int -> int -> gTileLayer
class type gTileLayerOverlay = object .. end
val new_GTileLayerOverlay : gTileLayer -> gTileLayerOverlay
class type gMarker = object .. end
val new_GMarker : gLatLng -> gIcon -> gMarker