Returns whether this rectangle contains the given LatLng.
bool contains(LatLng point) { return _containsLatitude(point.latitude) && _containsLongitude(point.longitude); }