/** * Gets the bounds variable name for the map. * * @param Map $map The map * @return string The var name */ protected function getBoundsVarName(Map $map) { return $map->getVarname() . 'Bounds'; }
/** * Gets the pins variable name for the map. * * @param Map $map The map * @return string The var name */ protected function getMapPinsVarName(Map $map) { return $map->getVarName() . 'Pins'; }