interface Position {
    x: number;
    y: number;
}

Properties

x y

Properties

x: number

Longitude.

y: number

Latitude.