Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
IGeoSpatialObjectReference.cs
1namespace Waher.Runtime.Geo
2{
7 {
11 string GeoId { get; }
12
18
22 bool EphemeralLocation { get; }
23 }
24}
Contains information about a position in a geo-spatial coordinate system.
Definition: GeoPosition.cs:17
Reference to an object with a geo-spatial location
GeoPosition Location
Gets the geo-spatial location of the object.
bool EphemeralLocation
If the location of the geo-spatial object is ephemeral.
string GeoId
The ID of the geo-spatial object.