|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.maryanovsky.map.client.Map
public class Map
Represents a map, which is a stack of TileLayers.
| Constructor Summary | |
|---|---|
Map(Projection projection,
List<TileLayer> tileLayers,
int minZoom,
int maxZoom)
Creates a new Map with the specified projection, stack
of tile layers and zoom range. |
|
Map(Projection projection,
TileLayer tileLayer,
int minZoom,
int maxZoom)
Creates a new Map with the specified projection, tile layer and
zoom range. |
|
| Method Summary | |
|---|---|
List<TileLayer> |
getLayers()
Returns the stack of {linkplain TileLayer}s in this map. |
int |
getMaxZoom()
Returns the biggest available zoom for this Map. |
int |
getMinZoom()
Returns the smallest available zoom for this Map. |
Projection |
getProjection()
Returns the projection of this map. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Map(Projection projection,
List<TileLayer> tileLayers,
int minZoom,
int maxZoom)
Map with the specified projection, stack
of tile layers and zoom range.
public Map(Projection projection,
TileLayer tileLayer,
int minZoom,
int maxZoom)
Map with the specified projection, tile layer and
zoom range.
| Method Detail |
|---|
public Projection getProjection()
public List<TileLayer> getLayers()
public int getMinZoom()
Map.
public int getMaxZoom()
Map.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||