containsCoordinates abstract method

bool containsCoordinates(
  1. Coordinates point
)

Checks if the specified point is contained within the geographic area.

Parameters

  • IN point A Coordinates object representing the point to check.

Returns

  • True if the point is within the geographic area, false otherwise.

Implementation

bool containsCoordinates(final Coordinates point);