|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.partnersoft.formats.google.GoogleMapMarker
public class GoogleMapMarker
Data for a Google map marker.
Copyright 2009 Partner Software, Inc.
| Constructor Summary | |
|---|---|
GoogleMapMarker()
Empty constructor |
|
GoogleMapMarker(double longitude,
double latitude,
java.lang.String iconName,
java.lang.String htmlData)
Creates a new GoogleMapMarker object. |
|
| Method Summary | |
|---|---|
java.lang.String |
getHtmlData()
|
java.lang.String |
getIconName()
Returns the name of the style to use for this marker, not the icon's url. |
double |
getLatitude()
|
double |
getLongitude()
|
void |
setHtmlData(java.lang.String htmlData)
|
void |
setIconName(java.lang.String iconName)
Sets the name of the style to use for this namer, not the icon's url. |
void |
setLatitude(double latitude)
|
void |
setLongitude(double longitude)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GoogleMapMarker()
public GoogleMapMarker(double longitude,
double latitude,
java.lang.String iconName,
java.lang.String htmlData)
longitude - latitude - iconName - - The name of the style to draw this marker with. (Not the url)htmlData - | Method Detail |
|---|
public double getLongitude()
public void setLongitude(double longitude)
longitude - the longitude to setpublic double getLatitude()
public void setLatitude(double latitude)
latitude - the latitude to setpublic java.lang.String getIconName()
public void setIconName(java.lang.String iconName)
iconName - the iconName to setpublic java.lang.String getHtmlData()
public void setHtmlData(java.lang.String htmlData)
htmlData - the htmlData to set
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||