Returns true if currently inside the specified polygon.
bool isInsidePolygon(String identifier) { return _insideState[identifier] ?? false; }