Location class

A resource that represents a location with full geographic information.

Output only.

Constructors

Location({LatLng? latLng, String? locationType, PostalAddress? postalAddress, double? radiusInMiles})
Location.fromJson(Map json_)

Properties

hashCode int
The hash code for this object.
no setterinherited
latLng LatLng?
An object representing a latitude/longitude pair.
getter/setter pair
locationType String?
The type of a location, which corresponds to the address lines field of PostalAddress.
getter/setter pair
postalAddress PostalAddress?
Postal address of the location that includes human readable information, such as postal delivery and payments addresses.
getter/setter pair
radiusInMiles double?
Radius in miles of the job location.
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
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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