Navigation
BlueprintAPI > BlueprintAPI/Utilities > BlueprintAPI/Utilities/Struct
Adds a node that create a 'Location Services Data' from its members
Inputs
| Type | Name | Description |
|---|---|---|
| real | Timestamp | Timestamp from when this location data was taken (UTC time in milliseconds since 1 January 1970) |
| real | Longitude | |
| real | Latitude | |
| real | Horizontal Accuracy | Estimated horizontal (Android: overall) accuracy of the result, in meters |
| real | Vertical Accuracy | Estimated accuracy of the result, in meters (iOS only) |
| real | Altitude | In meters, if provided with the result |
Outputs
| Type | Name | Description |
|---|---|---|
| struct | Location Services Data |