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