GPSCoordinate
inner class GPSCoordinate(val latitude: Double, val longitude: Double, aName: String? = null) : SpatialModel.AbstractLocation(source)
Represents a location within this spatial model.
Parameters
a Name
the name of the location, will be assigned based on ID_id if null