setNear method

void setNear(
  1. MPPoint near
)

The point where the queried target is near

Implementation

void setNear(MPPoint near) {
  _near = near;
}