matchTweetContainsGeo method

LogicalChannel matchTweetContainsGeo()
inherited

Matches Tweets that have Tweet-specific geo location data provided by the Twitter user.

This can be either a location in the form of a Twitter place, with the corresponding display name, geo polygon, and other fields, or in rare cases, a geo lat-long coordinate.

Note: Operators matching on place (Tweet geo) will only include matches from original tweets. Retweets do not contain any place data.

Type

Availability

  • Essential

Implementation

LogicalChannel matchTweetContainsGeo() => _buffer.appendSingletonOperator(
      _conjunctionRequiredOperation.createHasGeo(),
    );