This section introduces every property available for hotspots in GeoAR.it, with semantic links and tooltips for each field.
๐ All Hotspot Properties
| Field | Description |
|---|---|
| Id | Unique internal numeric ID for the hotspot |
| Guid | Globally unique identifier for the hotspot |
| RowVersion | Timestamp for concurrency control (not exposed in API) |
| Location | Geographic coordinates (lat/lon) of the hotspot |
| Created | Timestamp when the hotspot was created |
| CreatedBy | User who created the hotspot |
| SpatialDomain | Optional grouping string for spatial domains |
| AssetId | Optional external asset identifier |
| CorrelationId | Tracking ID for events or logging |
| OwnerId | User ID of the hotspot’s owner |
| Name | Public display name for the hotspot |
| Enabled | Whether the hotspot is currently active |
| EnabledFrom / EnabledTo | Start/end date when hotspot is visible |
| VenueId | Database ID of the venue this hotspot belongs to |
| VenueGuid | Globally unique ID of the venue |
| PrefabId | Database ID of the associated 3D prefab |
| PrefabGuid | Globally unique ID of the prefab |
| Notes | Optional notes about the hotspot |
| RefreshSeconds | How often notes/content should be refreshed (seconds) |
| ForceRefresh | Force the hotspot to refresh regardless of view? |
| Altitude | Height above ground where the model should appear (in metres) |
| FaceTowardsDegrees | Angle the model should face (degrees) |
| RotateXDegreesPerSecond | Rotation around X-axis per second |
| RotateYDegreesPerSecond | Rotation around Y-axis per second |
| RotateZDegreesPerSecond | Rotation around Z-axis per second |
| WidthX | Width of the 3D model (metres) |
| HeightY | Height of the 3D model (metres) |
| DepthZ | Depth of the 3D model (metres) |
| HaloColour | Hex colour code for the visual halo |
| HaloSize | Size of the halo effect (metres) |
| Updated | Last time the hotspot was updated |
| UpdatedBy | User who last updated the hotspot |
| SortOrder | Display sorting order |
| UrlToModel | External link to 3D model file (glTF, etc.) |
| VisibilityId | Access control ID for hotspot visibility |
| TextClass | Bootstrap class for enabled/disabled state |
| IsEnabledText | Returns 'Yes' or 'No' depending on state and date |
| IsEnabledSummary | Human-readable status summary about hotspot visibility |
| IsEnabled | Whether the hotspot is currently enabled (now, by date) |