point property

LocationPoint point
getter/setter pair

Location point where target was reached.

Example:

LocationPoint point = event.point;
_demonstrateLocationPointUsage(point);

Implementation

LocationPoint point;