|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.google.gwt.core.client.JavaScriptObject
com.mapitz.gwt.googleMaps.client.GCopyright
public class GCopyright
A copyright object contains information about which copyright message applies to a region of the map given by a rectangle, at a given zoom level. You need this object only if you implement custom map types or tile layers.
| Method Summary | |
|---|---|
static GCopyright |
create(int id,
GLatLngBounds bounds,
int minZoom,
java.lang.String text)
Creates a copyright information object with the given properties. |
GLatLngBounds |
getBounds()
bounds GLatLngBounds The region to which this information applies. |
int |
getId()
id Number A unique identifier for this copyright information. |
int |
getMinZooom()
minZoom Number The lowest zoom level at which this information applies. |
java.lang.String |
getText()
text String The text of the copyright message. |
void |
setBounds(GLatLngBounds bounds)
bounds GLatLngBounds The region to which this information applies. |
void |
setId(int id)
id Number A unique identifier for this copyright information. |
void |
setMinZooom(int id)
minZoom Number The lowest zoom level at which this information applies. |
void |
setText(java.lang.String text)
text String The text of the copyright message. |
| Methods inherited from class com.google.gwt.core.client.JavaScriptObject |
|---|
equals, hashCode, toString |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public static GCopyright create(int id,
GLatLngBounds bounds,
int minZoom,
java.lang.String text)
id - bounds - minZoom - text -
public int getId()
public void setId(int id)
id - public int getMinZooom()
public void setMinZooom(int id)
id - public GLatLngBounds getBounds()
public void setBounds(GLatLngBounds bounds)
bounds - public java.lang.String getText()
public void setText(java.lang.String text)
text -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||