-
- All Implemented Interfaces:
public final class PTRMapViewBounds extends BoundingBox
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public class
PTRMapViewBounds.Companion
-
Field Summary
Fields Modifier and Type Field Description private final Double
latitudeSpan
private final Double
longitudeSpan
private final Double
northLatitude
private final Double
eastLongitude
private final Double
southLatitude
private final Double
westLongitude
-
Constructor Summary
Constructors Constructor Description PTRMapViewBounds(Double northLatitude, Double eastLongitude, Double southLatitude, Double westLongitude)
-
Method Summary
Modifier and Type Method Description final Double
getLatitudeSpan()
final Double
getLongitudeSpan()
Double
getNorthLatitude()
Double
getEastLongitude()
Double
getSouthLatitude()
Double
getWestLongitude()
final PTRMapViewBounds
union(PTRMapViewBounds other)
final PTRMapViewBounds
intersect(PTRMapViewBounds other)
-
-
Method Detail
-
getLatitudeSpan
final Double getLatitudeSpan()
-
getLongitudeSpan
final Double getLongitudeSpan()
-
getNorthLatitude
Double getNorthLatitude()
-
getEastLongitude
Double getEastLongitude()
-
getSouthLatitude
Double getSouthLatitude()
-
getWestLongitude
Double getWestLongitude()
-
union
final PTRMapViewBounds union(PTRMapViewBounds other)
-
intersect
final PTRMapViewBounds intersect(PTRMapViewBounds other)
-
-
-
-