SimpleAddress class
Constructors
-
SimpleAddress({String? streetNumber, String? route, String? subLocality, String? locality, String? administrativeAreaLevel3, String? administrativeAreaLevel2, String? administrativeAreaLevel1, String? country, String? postalCode, required LatLngLiteral location, required String formattedAddress})
-
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
override