public static class OpenLocationCode.CodeArea extends Object
The coordinates include the latitude and longitude of the lower left and upper right corners and the center of the bounding box for the area the code represents.
Constructor and Description |
---|
CodeArea(double southLatitude,
double westLongitude,
double northLatitude,
double eastLongitude,
int length) |
Modifier and Type | Method and Description |
---|---|
double |
getCenterLatitude() |
double |
getCenterLongitude() |
double |
getEastLongitude() |
double |
getLatitudeHeight() |
int |
getLength() |
double |
getLongitudeWidth() |
double |
getNorthLatitude() |
double |
getSouthLatitude() |
double |
getWestLongitude() |
public CodeArea(double southLatitude, double westLongitude, double northLatitude, double eastLongitude, int length)
public double getSouthLatitude()
public double getWestLongitude()
public double getLatitudeHeight()
public double getLongitudeWidth()
public double getCenterLatitude()
public double getCenterLongitude()
public double getNorthLatitude()
public double getEastLongitude()
public int getLength()
Copyright © 2017–2023 DNA Evolutions GmbH. All rights reserved.