eddystone's X and Y coordinates in meters as Point (within the sublocation).
Example:
// Get Eddystone point Point? point = eddystone.getPoint(); if (point != null) { demonstratePointUsage(point); }
Point get point;