placeType property

PlaceType? placeType
inherited

Specified the particular type of information represented by this place information, such as a city name, or a point of interest.

How It Can Be Used

  • Classify a Tweet by a specific type of place.

Implementation

PlaceType? get placeType => throw _privateConstructorUsedError;