public class GoogleMapsBean extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static double |
HYDERABAD_LATITUDE
Latitude of Hyderabad location.
|
static double |
HYDERABAD_LONGITUDE
Longitude of Hyderabad location.
|
static double |
LEANAPPS_LATITUDE
Latitude of LeanApps location.
|
static double |
LEANAPPS_LONGITUDE
Longitude of LeanApps location.
|
Constructor and Description |
---|
GoogleMapsBean()
Creates a Marker at the location of LeanApps.
|
Modifier and Type | Method and Description |
---|---|
Iso3166Country |
getCountry()
Gets the country.
|
org.primefaces.model.map.MapModel |
getMapModel()
Gets the Map Model.
|
String |
getZipCode()
Gets the zipcode.
|
void |
onMarkerSelect(org.primefaces.event.map.OverlaySelectEvent event)
Handles clicking on a marker by adding a message with information about
the marker.
|
void |
onPointSelect(org.primefaces.event.map.PointSelectEvent event)
Handles clicking on a point by adding a message with positional
information about the marker.
|
void |
setCountry(Iso3166Country country)
Sets the country.
|
void |
setZipCode(String zipCode)
Sets the zipcode.
|
public static final double LEANAPPS_LATITUDE
public static final double LEANAPPS_LONGITUDE
public static final double HYDERABAD_LATITUDE
public static final double HYDERABAD_LONGITUDE
public GoogleMapsBean()
public org.primefaces.model.map.MapModel getMapModel()
public Iso3166Country getCountry()
public void setCountry(Iso3166Country country)
country
- The country to set.public String getZipCode()
public void setZipCode(String zipCode)
zipCode
- The zipCode to set.public void onMarkerSelect(org.primefaces.event.map.OverlaySelectEvent event)
event
- The event.public void onPointSelect(org.primefaces.event.map.PointSelectEvent event)
event
- The event.Copyright © 2008–2018. All rights reserved.