GoogleMapsPlacesV1AddressDescriptorLandmark constructor

GoogleMapsPlacesV1AddressDescriptorLandmark({
  1. GoogleTypeLocalizedText? displayName,
  2. String? name,
  3. String? placeId,
  4. String? spatialRelationship,
  5. double? straightLineDistanceMeters,
  6. double? travelDistanceMeters,
  7. List<String>? types,
})

Implementation

GoogleMapsPlacesV1AddressDescriptorLandmark({
  this.displayName,
  this.name,
  this.placeId,
  this.spatialRelationship,
  this.straightLineDistanceMeters,
  this.travelDistanceMeters,
  this.types,
});