GPSCoordinate

inner class GPSCoordinate(val latitude: Double, val longitude: Double, aName: String? = null) : SpatialModel.AbstractLocation(source)

Represents a location within this spatial model.

Parameters

aName

the name of the location, will be assigned based on ID_id if null

Constructors

Link copied to clipboard
constructor(latitude: Double, longitude: Double, aName: String? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override val spatialModel: SpatialModel

Functions

Link copied to clipboard
open override fun toString(): String