NearbyPlace class

Nearby place data will be deserialized into this model.

Constructors

NearbyPlace()

Properties

hashCode int
The hash code for this object.
no setterinherited
icon String?
The icon identifying the kind of place provided. Eg. lodging, chapel, hospital, etc.
getter/setter pair
latLng LatLng?
getter/setter pair
name String?
The human-readable name of the location provided. This value is provided for LocationResult.name when the user selects this nearby place.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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