Site class

Constructors

Site({String? siteId, String? name, String? formatAddress, AddressDetail? address, Coordinate? location, CoordinateBounds? viewport, double? distance, Poi? poi, AutoCompletePrediction? prediction, int? utcOffset})
Site.fromJson(String source)
factory
Site.fromMap(Map map)
factory

Properties

address AddressDetail?
getter/setter pair
distance double?
getter/setter pair
formatAddress String?
getter/setter pair
hashCode int
The hash code for this object.
no setteroverride
location Coordinate?
getter/setter pair
name String?
getter/setter pair
poi Poi?
getter/setter pair
prediction AutoCompletePrediction?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
siteId String?
getter/setter pair
utcOffset int
getter/setter pair
viewport CoordinateBounds?
getter/setter pair

Methods

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

Operators

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