plus

open fun plus(other: GeoPosition): GeoPosition

Adds two GeoPosition.

Return

the sum.

Parameters

other

the position to sum to


open fun plus(other: Array<Double>): GeoPosition

Considers both positions as vectors, and sums them.

Return

a new {@link Position} that is the sum of the two.

Parameters

other

the other position