GPSPoint Impl
    data class GPSPointImpl(delegate: LatLongPosition, time: Time) : GPSPoint, GeoPosition, Serializable
Implementation of a GPS point with time information.
Properties
Functions
Link copied to clipboard
                  Link copied to clipboard
                  Given a range, produces N coordinates, representing the N opposite vertices of the hypercube having the current coordinate as center and circumscribing the N-sphere defined by the range. In the case of bidimensional coordinates, it must return the opposite vertices of the square circumscribing the circle with center in this position and radius range.
Link copied to clipboard
                  Computes the distance between this position and another compatible position.
Link copied to clipboard
                  Allows to access the value of a coordinate.
Link copied to clipboard
                  Link copied to clipboard
                  Link copied to clipboard
                  Considers both positions as vectors, and returns the difference between this position and the passed one.
Link copied to clipboard
                  Considers both positions as vectors, and sums them.
Link copied to clipboard