Sulu\Bundle\LocationBundle\Map\MapManager::registerGeolocator PHP Method

registerGeolocator() public method

public registerGeolocator ( $name, $options )
    public function registerGeolocator($name, $options)
    {
        $this->geolocators[$name] = $options;
    }