data class Coordinates
This class is a coordinates wrapper used to set location on event tracking.
<init> |
This class is a coordinates wrapper used to set location on event tracking. Coordinates(latitude: Double, longitude: Double) |
latitude |
Latitude coordinate (must be between -90 and 90) val latitude: Double |
longitude |
Longitude coordinate (must be between -180 and 180) val longitude: Double |