GridLayer Class =============== .. php:namespace:: BeastBytes\Yii\Leaflet\Layers\Other .. php:class:: GridLayer .. php:method:: __construct(array|LatLng $location, array $options = []) Create a new GridLayer instance :param T $location: The GridLayer geographical location :param array. $options: GridLayer options :returns: A new `GridLayer` instance :rtype: GridLayer .. |component| replace:: GridLayer .. include:: /snippets/layer.rst .. include:: /snippets/component.rst .. seealso:: `Leaflet GridLayer documentation `__