public class MapBounds extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
Coordinate |
ne |
Coordinate |
sw |
| Constructor and Description |
|---|
MapBounds(Coordinate ne,
Coordinate sw) |
| Modifier and Type | Method and Description |
|---|---|
static MapBounds |
parseFromRawString(String rawBounds) |
String |
toJSON() |
String |
toString() |
static MapBounds |
valueOf(String json) |
public final Coordinate ne
public final Coordinate sw
public MapBounds(Coordinate ne, Coordinate sw)
Copyright © 2015 iSuper.org. All Rights Reserved.