public class MapPosition
extends java.lang.Object
LatLong
and zoom level.Modifier and Type | Field and Description |
---|---|
LatLong |
latLong
The geographical coordinates of the map center.
|
byte |
zoomLevel
The zoom level of the map.
|
Constructor and Description |
---|
MapPosition(LatLong latLong,
byte zoomLevel) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
java.lang.String |
toString() |
public final LatLong latLong
public final byte zoomLevel
public MapPosition(LatLong latLong, byte zoomLevel)
latLong
- the geographical coordinates of the map center.zoomLevel
- the zoom level of the map.java.lang.IllegalArgumentException
- if latLong
is null or zoomLevel
is negative.