OmhCoordinate

fun OmhCoordinate(parcel: Parcel)

Constructs a omhCoordinate with the given Parcel.

Parameters

parcel

Container for the latitude and longitude.


fun OmhCoordinate(latitude: Double, longitude: Double)

Constructs a OmhCoordinate with the given latitude and longitude.

Parameters

latitude

the point's latitude.

longitude

the point's longitude.