AddressSuggestionRadiusConstraint class

Used to limit the search for suggested addresses with the radius around a coordinate point.

Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

AddressSuggestionRadiusConstraint({double? latitude, double? longitude, int? radiusMeters})
Used to limit the search for suggested addresses with the radius around a coordinate point. latitude and longitude of type double are required. radiusMeters is optional and would be equal to 100 metres if not provided. Radius limited to 100 000 metres and would be set with this value if exceeded.
AddressSuggestionRadiusConstraint.fromJson(Map<String, dynamic> json)
factory
AddressSuggestionRadiusConstraint.fromString(String latLon, {String delimiter = ','})

Properties

hashCode int
The hash code for this object.
no setterinherited
latitude double?
getter/setter pair
longitude double?
getter/setter pair
radiusMeters int
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