public class MapConfiguration extends Object implements PageActionConfiguration
Modifier and Type | Field and Description |
---|---|
static String |
copyright |
protected Boolean |
geolocation |
protected BigDecimal |
latitude |
static org.slf4j.Logger |
logger |
protected BigDecimal |
longitude |
protected Integer |
zoom |
Constructor and Description |
---|
MapConfiguration() |
Modifier and Type | Method and Description |
---|---|
Boolean |
getGeolocation() |
BigDecimal |
getLatitude() |
BigDecimal |
getLongitude() |
Integer |
getZoom() |
void |
init()
Initializes the configuration.
|
void |
setGeolocation(Boolean geolocation) |
void |
setLatitude(BigDecimal latitude) |
void |
setLongitude(BigDecimal longitude) |
void |
setZoom(Integer zoom) |
public static final String copyright
protected BigDecimal latitude
protected BigDecimal longitude
protected Boolean geolocation
protected Integer zoom
public static final org.slf4j.Logger logger
public void init()
PageActionConfiguration
init
in interface PageActionConfiguration
public BigDecimal getLatitude()
public void setLatitude(BigDecimal latitude)
public BigDecimal getLongitude()
public void setLongitude(BigDecimal longitude)
public Boolean getGeolocation()
public void setGeolocation(Boolean geolocation)
public Integer getZoom()
public void setZoom(Integer zoom)