Geo Bounding Box
Represents a bounding box that defines a rectangular area in a geographic coordinate system.
Constructors
GeoBoundingBox
Link copied to clipboard
open fun GeoBoundingBox(@NonNull topLeft: GeoCoordinates, @NonNull bottomRight: GeoCoordinates)
Content copied to clipboard
Default constructor.
GeoBoundingBox
Link copied to clipboard
Create copy.
Functions
describe Contents
Link copied to clipboard
For documentation, see android.os.Parcelable.describeContents().
get Bottom Right
Link copied to clipboard
get Top Left
Link copied to clipboard
is Valid Parcelable
Link copied to clipboard
If object after recreate from parcel contains all of reference like original object method return true.
union
Link copied to clipboard
write To Parcel
Link copied to clipboard
For documentation, see android.os.Parcelable.writeToParcel().
Properties
CREATOR
Link copied to clipboard