Package-level declarations
Types
Link copied to clipboard
                  open external class DivIcon(options: DivIcon.DivIconOptions = definedExternally) : Icon<DivIcon.DivIconOptions> 
Link copied to clipboard
                  Represents an icon to provide when creating a marker.
Link copied to clipboard
                  open external class Marker(latlng: LatLng, options: Marker.MarkerOptions = definedExternally) : Layer<Marker.MarkerOptions> 
Marker is used to display clickable/draggable icons on the map.