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.ParcelableNot 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 intdescribeContents()java.lang.StringtoString()voidwriteToParcel(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:
toStringin classjava.lang.Object
-
describeContents
public int describeContents()
- Specified by:
describeContentsin interfaceandroid.os.Parcelable
-
writeToParcel
public void writeToParcel(android.os.Parcel dest, int flags)- Specified by:
writeToParcelin interfaceandroid.os.Parcelable
-
-