CategoryQueryArea class
Area to perform search on.
- Annotations
Constructors
- CategoryQueryArea.withBox(GeoCoordinates areaCenter, GeoBox boxArea)
-
Constructs a new instance of this class from provided parameters.
factory
- CategoryQueryArea.withCenter(GeoCoordinates areaCenter)
-
Constructs a new instance of this class from provided parameters.
factory
- CategoryQueryArea.withCircle(GeoCoordinates areaCenter, GeoCircle circleArea)
-
Constructs a new instance of this class from provided parameters.
factory
- CategoryQueryArea.withCorridorAndCenter(GeoCorridor corridorArea, GeoCoordinates areaCenter)
-
Constructs a new instance of this class from provided parameters.
factory
Properties
- areaCenter → GeoCoordinates
-
Geographic coordinates of the center around which to provide the most relevant places.
final
- boxArea → GeoBox?
-
Geographic rectangle area in which to provide the most relevant places.
final
- circleArea → GeoCircle?
-
Geographic circle area in which to provide the most relevant places.
final
- corridorArea → GeoCorridor?
-
Geographic corridor area in which to provide the most relevant places.
The contained polyline and half-width define the area that will be used in a search query.
final
- hashCode → int
-
The hash code for this object.
no setter
- 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.