|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.webmethods.caf.faces.data.gmap.GMapState
public class GMapState
Data model for a com.webmethods.caf.faces.component.gmap.GMap
control.
Field Summary | |
---|---|
protected double |
m_latitude
Latitude of map center. |
protected double |
m_longitude
Longitude of map center. |
protected String |
m_type
Map type. |
protected int |
m_zoom
Map zoom level, from 1 (global level) to 20 or so (street level). |
Constructor Summary | |
---|---|
GMapState()
|
Method Summary | |
---|---|
double |
getLatitude()
Latitude of map center. |
double |
getLongitude()
Longitude of map center. |
String |
getType()
Map type. |
int |
getZoom()
Map zoom level, from 1 (global level) to 20 or so (street level). |
void |
setLatitude(double latitude)
Latitude of map center. |
void |
setLongitude(double longitude)
Longitude of map center. |
void |
setType(String type)
Map type. |
void |
setZoom(int zoom)
Map zoom level, from 1 (global level) to 20 or so (street level). |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected double m_latitude
protected double m_longitude
protected int m_zoom
protected String m_type
Constructor Detail |
---|
public GMapState()
Method Detail |
---|
public double getLatitude()
public void setLatitude(double latitude)
public double getLongitude()
public void setLongitude(double longitude)
public int getZoom()
public void setZoom(int zoom)
public String getType()
public void setType(String type)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |