CoordinateView

struct CoordinateView {
    let latitude: Double
    let longitude: Double
}