PowerMapSearchResult constructor
PowerMapSearchResult({
- required int gid,
- required String name,
- String nameEn = '',
- String nameTh = '',
- required String address,
- String addressEn = '',
- String addressTh = '',
- required LatLng position,
- String province = '',
- String amphoe = '',
- String tambon = '',
- String postCode = '',
- Map<
String, dynamic> rawData = const {},
Implementation
PowerMapSearchResult({
required this.gid,
required this.name,
this.nameEn = '',
this.nameTh = '',
required this.address,
this.addressEn = '',
this.addressTh = '',
required this.position,
this.province = '',
this.amphoe = '',
this.tambon = '',
this.postCode = '',
this.rawData = const {},
});