Structure PointOfInterest

┗ GeoSpatial.PointOfInterest

namespace: GeoSpatial
packed: false

Description

 

Summary

Fields defined in GeoSpatial.PointOfInterest

name, floor, description, position, confidence, address, contact

Field Detail

name (required) : string

Name of the point of interest.

floor (required) : int16

Optional floor identifier, default is zero meaning the ground floor

description (required) : string

Other information describing the point of interest.

position (required) : PositionECEF

Center position of the POI.

confidence (required) : float32

Confidence of position shape. Valid range is 0.0 to 1.0

address (optional) : AddressInfo

Optional address information.

contact (optional) : ContactInfo

Optional contact information.

See Also

Enumerations

ObjectType, ReferenceFrame

Other Types

XYZVector