Package com.cercalia.sdk.model.poi
Class MapExtent
java.lang.Object
com.cercalia.sdk.model.poi.MapExtent
Represents a map extent defined by upper-left and lower-right coordinates.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean@NotNull Coordinate@NotNull CoordinateinthashCode()@NotNull StringReturns the extent as a Cercalia format string:lat,lng|lat,lng.toString()
-
Constructor Details
-
MapExtent
-
-
Method Details
-
getUpperLeft
- Returns:
- The upper-left coordinate of the extent.
-
getLowerRight
- Returns:
- The lower-right coordinate of the extent.
-
toCercaliaString
Returns the extent as a Cercalia format string:lat,lng|lat,lng.- Returns:
- The extent string.
-
equals
-
hashCode
public int hashCode() -
toString
-