HeliumGeocode class

The reverse geocode of a location, to the granularity of a street.

Annotations
  • @JsonSerializable()

Constructors

HeliumGeocode({String? longCity, String? longCountry, String? longState, String? longStreet, String? shortCity, String? shortCountry, String? shortState, String? shortStreet, String? cityId})
Creates a new instance.
HeliumGeocode.fromJson(Map<String, dynamic> json)
Creates an instance from a map derived from the JSON serialization.
factory

Properties

cityId String?
The city id to look up in the cities API.
final
hashCode int
The hash code for this object.
no setterinherited
longCity String?
The long city name, e.g. 'San Francisco' or 'Brookline'
final
longCountry String?
The long country name, e.g. 'United States'
final
longState String?
The long state name, e.g. 'California' or 'Massachusetts'
final
longStreet String?
The long street name, e.g. 'Bryant Street' or 'University Road'
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shortCity String?
The short city name, e.g. 'SF' or 'Brookline'
final
shortCountry String?
The short country name, e.g. 'US'
final
shortState String?
The short state name, e.g. 'CA' or 'MA'
final
shortStreet String?
The short street name, e.g. 'Bryant St' or 'University Rd'
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
Creates a map suitable for serialization to JSON.
toString() String
A string representation of this object.
inherited

Operators

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