GeoLocation

class GeoLocation(latitude: Double, longitude: Double)

Model to pass in Location data.

Author

Umang Chamaria

Since

12.0.00

Constructors

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

Functions

toString
Link copied to clipboard
open override fun toString(): String

Properties

latitude
Link copied to clipboard
val latitude: Double

Latitude of location

longitude
Link copied to clipboard
val longitude: Double

Longitude of location