OctaGeoCoderEntity class

Constructors

OctaGeoCoderEntity({required int placeId, required String licence, required String osmType, required int osmId, required String lat, required String lon, required int placeRank, required String category, required String type, required double importance, required String addresstype, required String name, required String displayName, required Address address, required List<String> boundingbox})
OctaGeoCoderEntity.fromJson(Map<String, dynamic> json)
factory

Properties

address Address
getter/setter pair
addresstype String
getter/setter pair
boundingbox List<String>
getter/setter pair
category String
getter/setter pair
displayName String
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
importance double
getter/setter pair
lat String
getter/setter pair
licence String
getter/setter pair
lon String
getter/setter pair
name String
getter/setter pair
osmId int
getter/setter pair
osmType String
getter/setter pair
placeId int
getter/setter pair
placeRank int
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type String
getter/setter pair

Methods

copyWith({int? placeId, String? licence, String? osmType, int? osmId, String? lat, String? lon, int? placeRank, String? category, String? type, double? importance, String? addresstype, String? name, String? displayName, Address? address, List<String>? boundingbox}) OctaGeoCoderEntity
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