GeoData constructor

GeoData({
  1. String? placeId,
  2. String? latitude,
  3. String? longitude,
  4. String? displayName,
  5. String? category,
})

Implementation

GeoData(
    {this.placeId,
    this.latitude,
    this.longitude,
    this.displayName,
    this.category});