-
- All Implemented Interfaces:
public class MutablePoiManagerConfiguration extends PoiManagerConfiguration
-
-
Method Summary
Modifier and Type Method Description void
setShouldShowPortalsAsPois(boolean arg)
Set shouldShowPortalsAsPois. void
setShouldIncludeDefaultLanguageInPoiResults(boolean arg)
Set shouldIncludeDefaultLanguageInPoiResults. -
Methods inherited from class com.pointrlabs.core.configuration.PoiManagerConfiguration
getShouldIncludeDefaultLanguageInPoiResults, getShouldShowPortalsAsPois
-
Methods inherited from class com.pointrlabs.core.configuration.ConfigurationSection
isValid
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
setShouldShowPortalsAsPois
void setShouldShowPortalsAsPois(boolean arg)
Set shouldShowPortalsAsPois. Default is false
-
setShouldIncludeDefaultLanguageInPoiResults
void setShouldIncludeDefaultLanguageInPoiResults(boolean arg)
Set shouldIncludeDefaultLanguageInPoiResults. Determines whether default language matches are included in the search results Default is true
-
-
-
-