|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.gwt.maps.client.Copyright
public final class Copyright
Contains information about which copyright message applies to a region of the map given by a rectangle and a zoom level. You need this object only if you implement custom map types or tile layers.
Constructor Summary | |
---|---|
Copyright(int id,
LatLngBounds bounds,
int minZoomLevel,
java.lang.String text)
Creates a new copyright object with the given attributes. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
LatLngBounds |
getBounds()
Returns the bounds to which this copyright applies. |
int |
getId()
Returns the unique id of this copyright. |
int |
getMinZoomLevel()
Returns the minimum zoom level at which this copyright displays. |
java.lang.String |
getText()
Returns the text of this copyright. |
int |
hashCode()
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Copyright(int id, LatLngBounds bounds, int minZoomLevel, java.lang.String text)
id
- a unique idbounds
- bounds to which this copyright appliesminZoomLevel
- minimum zoom at which to displaytext
- copyright textMethod Detail |
---|
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public LatLngBounds getBounds()
public int getId()
public int getMinZoomLevel()
public java.lang.String getText()
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |