CoordinateView

data class CoordinateView (
    val latitude: Double,
    val longitude: Double
        )