Skip to main content

ResourceLocation

No description

type ResourceLocation implements IModelStoreElement {
type: LocationType!
timestamp: DateTime!
longitude: Float!
latitude: Float!
altitude: Float
speed: Float
direction: Float
id: ID!
}

Fields

ResourceLocation.type ● LocationType! non-null enum resources

ResourceLocation.timestamp ● DateTime! non-null scalar common

ResourceLocation.longitude ● Float! non-null scalar common

ResourceLocation.latitude ● Float! non-null scalar common

ResourceLocation.altitude ● Float scalar common

ResourceLocation.speed ● Float scalar common

ResourceLocation.direction ● Float scalar common

ResourceLocation.id ● ID! non-null scalar common

Interfaces

IModelStoreElement interface common

Member Of

MissionResource object