GeoCodingResponse class
Constructors
-
GeoCodingResponse({required int? placeId, required String lat, required String lng, required String displayName, required String name, required int placeRank, required String category, required String type, required double importance, required String osmType, required int osmId})
-
-
GeoCodingResponse.fromJson(Map<String, dynamic> json)
-
factory
Methods
-
copyWith({int? placeId, String? lat, String? lng, String? displayName, String? name, int? placeRank, String? category, String? type, double? importance, String? osmType, int? osmId})
→ GeoCodingResponse
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson()
→ Map<String, dynamic>
-
-
toString()
→ String
-
A string representation of this object.
inherited