WRLDTouchTapInfo Struct Reference

A structure representing the location and screen coordinates of the tapped point.

struct WRLDTouchTapInfo {
    CGPoint screenPoint;
    WRLDCoordinateWithAltitude coordinateWithAltitude;
};

Fields

CGPoint screenPoint

The location on the screen of the tapped point.

WRLDCoordinateWithAltitude coordinateWithAltitude

The location on the terrain of the tapped point.
v0.0.1600