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

Properties

category String
final
displayName String
final
hashCode int
The hash code for this object.
no setterinherited
importance double
final
lat String
final
lng String
final
name String
final
osmId int
final
osmType String
final
placeId int?
final
placeRank int
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type String
final

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

Operators

operator ==(Object other) bool
The equality operator.
inherited