org.osm2world.core.map_data.creation
public class LatLonBounds extends Object
Modifier and Type | Field and Description |
---|---|
double |
maxlat |
double |
maxlon |
double |
minlat |
double |
minlon |
Constructor and Description |
---|
LatLonBounds(double minlat,
double minlon,
double maxlat,
double maxlon) |
LatLonBounds(LatLon min,
LatLon max) |