DivIcon Class
=============
.. php:namespace:: BeastBytes\Yii\Leaflet\Types
.. php:class:: DivIcon
Represents a lightweight icon for markers that uses a simple
element instead of an image
See `
.. php:method:: __construct(array $options)
Create a new `DivIcon` control
:param array. $options: `DivIcon` options
:returns: A new `DivIcon` instance
:rtype: DivIcon
.. seealso::
`Leaflet DivIcon documentation `__