Landmark constructor
Landmark({
- String? name,
- String? placeId,
- LocalizedText? displayName,
- List<
PlaceType> ? types, - SpatialRelationship? spatialRelationship,
- double? straightLineDistanceMeters,
- double? travelDistanceMeters,
Implementation
Landmark({
this.name,
this.placeId,
this.displayName,
this.types,
this.spatialRelationship,
this.straightLineDistanceMeters,
this.travelDistanceMeters,
});