Location constructor
Location({
- AdWordsLocationExtensions? adWordsLocationExtensions,
- Categories? categories,
- List<
String> ? labels, - String? languageCode,
- LatLng? latlng,
- Metadata? metadata,
- List<
MoreHours> ? moreHours, - String? name,
- OpenInfo? openInfo,
- PhoneNumbers? phoneNumbers,
- Profile? profile,
- BusinessHours? regularHours,
- RelationshipData? relationshipData,
- ServiceAreaBusiness? serviceArea,
- List<
ServiceItem> ? serviceItems, - SpecialHours? specialHours,
- String? storeCode,
- PostalAddress? storefrontAddress,
- String? title,
- String? websiteUri,
Implementation
Location({
this.adWordsLocationExtensions,
this.categories,
this.labels,
this.languageCode,
this.latlng,
this.metadata,
this.moreHours,
this.name,
this.openInfo,
this.phoneNumbers,
this.profile,
this.regularHours,
this.relationshipData,
this.serviceArea,
this.serviceItems,
this.specialHours,
this.storeCode,
this.storefrontAddress,
this.title,
this.websiteUri,
});