Class LatLongRect
- java.lang.Object
-
- com.trx.neon.api.neonEnvironment.model.LatLongRect
-
- All Implemented Interfaces:
android.os.Parcelable
public class LatLongRect extends java.lang.Object implements android.os.Parcelable
Not technically a rectangle, but the closest you can get in spherical coordinates, this specifies an area of the world.
-
-
Constructor Summary
Constructors Constructor Description LatLongRect(LatLong southWest, LatLong northEast)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
describeContents()
java.lang.String
toString()
void
writeToParcel(android.os.Parcel dest, int flags)
-
-
-
Field Detail
-
Southwest
public final LatLong Southwest
LatLong that specifies the southwest corner of the rectangle
-
Northeast
public final LatLong Northeast
LatLong that specifies the northeast corner of the rectangle
-
CREATOR
public static final android.os.Parcelable.Creator<LatLongRect> CREATOR
-
-
Method Detail
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
describeContents
public int describeContents()
- Specified by:
describeContents
in interfaceandroid.os.Parcelable
-
writeToParcel
public void writeToParcel(android.os.Parcel dest, int flags)
- Specified by:
writeToParcel
in interfaceandroid.os.Parcelable
-
-