makeIcon | R Documentation |
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
)
iconUrl |
the URL or file path to the icon image |
iconRetinaUrl |
the URL or file path to a retina sized version of the icon image |
iconWidth , iconHeight |
size of the icon image in pixels |
iconAnchorX , iconAnchorY |
the coordinates of the "tip" of the icon
(relative to its top left corner, i.e. the top left corner means
|
shadowUrl |
the URL or file path to the icon shadow image |
shadowRetinaUrl |
the URL or file path to the retina sized version of the icon shadow image |
shadowWidth , shadowHeight |
size of the shadow image in pixels |
shadowAnchorX , shadowAnchorY |
the coordinates of the "tip" of the shadow |
popupAnchorX , popupAnchorY |
the coordinates of the point from which popups will "open", relative to the icon anchor |
className |
a custom class name to assign to both icon and shadow images |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.