Place class

Constructors

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

Properties

address Address?
final
addresstype String?
final
boundingbox List<String>?
final
className String?
final
displayName String?
final
hashCode int
The hash code for this object.
no setterinherited
importance double?
final
lat String?
final
licence String?
final
lon 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

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

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