Define icon sets
makeIcon(iconUrl = NULL, iconRetinaUrl = NULL, iconWidth = NULL,
iconHeight = NULL, iconAnchorX = NULL, iconAnchorY = NULL,
shadowUrl = NULL, shadowRetinaUrl = NULL, shadowWidth = NULL,
shadowHeight = NULL, shadowAnchorX = NULL, shadowAnchorY = NULL,
popupAnchorX = NULL, popupAnchorY = NULL, className = NULL)
the URL or file path to the icon image
the URL or file path to a retina sized version of the icon image
size of the icon image in pixels
size of the icon image in pixels
the coordinates of the "tip" of the icon
(relative to its top left corner, i.e. the top left corner means
iconAnchorX = 0
and iconAnchorY = 0)
, and the icon will be
aligned so that this point is at the marker's geographical location
the coordinates of the "tip" of the icon
(relative to its top left corner, i.e. the top left corner means
iconAnchorX = 0
and iconAnchorY = 0)
, and the icon will be
aligned so that this point is at the marker's geographical location
the URL or file path to the icon shadow image
the URL or file path to the retina sized version of the icon shadow image
size of the shadow image in pixels
size of the shadow image in pixels
the coordinates of the "tip" of the shadow
the coordinates of the "tip" of the shadow
the coordinates of the point from which popups will "open", relative to the icon anchor
the coordinates of the point from which popups will "open", relative to the icon anchor
a custom class name to assign to both icon and shadow images