PhotonForwardParams class
Parameters used for a forward search
- Inheritance
-
- Object
- PhotonParams
- PhotonForwardParams
Constructors
-
PhotonForwardParams({PhotonBoundingBox? boundingBox, int? zoom, double? locationBiasScale, int? limit, double? latitude, double? longitude, String? langCode, PhotonLayer? layer, String? osmTag, Map<
String, String> ? additionalQuery}) -
Improve your results based on additional parameters.
const
Properties
-
additionalQuery
→ Map<
String, String> ? -
finalinherited
- boundingBox → PhotonBoundingBox?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- langCode → String?
-
finalinherited
- latitude → double?
-
finalinherited
- layer → PhotonLayer?
-
finalinherited
- limit → int?
-
finalinherited
- locationBiasScale → double?
-
final
- longitude → double?
-
finalinherited
- osmTag → String?
-
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- zoom → int?
-
final
Methods
-
buildQueryParameters(
) → Map< String, String> -
override
-
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