makePosition

open fun makePosition(coordinates: Array<Number>): GeoPosition
@NotNull
open fun makePosition(@NotNull coordinates: Array<Double>): GeoPosition

Given the coordinates of the point, returns a Position compatible with this environment.