Class GeoFeatures

java.lang.Object
io.vertigo.core.node.config.Features<GeoFeatures>
io.vertigo.geo.GeoFeatures
All Implemented Interfaces:
io.vertigo.core.lang.Builder<io.vertigo.core.node.config.ModuleConfig>

public final class GeoFeatures extends io.vertigo.core.node.config.Features<GeoFeatures>
Defines the 'geo' extension
Author:
mlaroche
  • Constructor Details

    • GeoFeatures

      public GeoFeatures()
      Construtor;
  • Method Details

    • withGeoCoder

      public GeoFeatures withGeoCoder()
      Activates notifications
      Returns:
      the features
    • withGeoSearch

      public GeoFeatures withGeoSearch()
      Activates geosearch
      Returns:
      the features
    • withGoogleGeoCoder

      public GeoFeatures withGoogleGeoCoder()
      Activates comments
      Returns:
      the features
    • withBanGeoCoder

      public GeoFeatures withBanGeoCoder(io.vertigo.core.param.Param... params)
      Activates comments
      Returns:
      the features
    • withESGeosearch

      public GeoFeatures withESGeosearch(io.vertigo.core.param.Param... params)
      Activates comments
      Returns:
      the features
    • buildFeatures

      protected void buildFeatures()
      Specified by:
      buildFeatures in class io.vertigo.core.node.config.Features<GeoFeatures>