WRLDPickResult Class Reference

Result values returned by WRLDMap picking api methods.

@property found

@property (nonatomic, readonly) Boolean found

True if the picking ray intersected with a map feature, else false.

@property mapFeatureType

@property (nonatomic, readonly) WRLDMapFeatureType mapFeatureType

The type of map feature intersected with, if any.

@property intersectionPoint

@property (nonatomic, readonly) WRLDCoordinateWithAltitude intersectionPoint

The location of intersection, if any.

@property intersectionSurfaceNormal

@property (nonatomic, readonly) WRLDVector3 intersectionSurfaceNormal

The surface normal of the map feature intersected with, if any, in ECEF space.

v0.0.1600