Locationbias class

Locationbias - Prefer results in a specified area, by specifying either a radius plus lat/lng, or two lat/lng pairs representing the points of a rectangle. If this parameter is not specified, the API uses IP address biasing by default.

Constructors

Locationbias({bool? ipbias, LatLon? point, Circular? circular, Rectangular? rectangular})

Properties

circular Circular?
circular - A string specifying radius in meters, plus lat/lng in decimal degrees.
final
hashCode int
The hash code for this object.
no setterinherited
ipbias bool?
ipbias - Instructs the API to use IP address biasing.
final
point LatLon?
point - A single lat/lng coordinate.
final
rectangular Rectangular?
rectangular - A string specifying two lat/lng pairs in decimal degrees, representing the south/west and north/east points of a rectangle.
final
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