GeoReference

data class GeoReference(val maxX: Double, val maxY: Double, val minX: Double, val minY: Double) : Parcelable

Constructors

Link copied to clipboard
constructor(maxX: Double, maxY: Double, minX: Double, minY: Double)

Functions

Link copied to clipboard
fun contains(latitude: Double, longitude: Double): Boolean

Checks if the given latitude and longitude are contained within the range defined by this GeoReference object.

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard