AutocompleteGeoBias
public class AutocompleteGeoBias
The geo bias passed to the autocomplete engine by setting the position and radius parameters.
-
Creates geographical bias object.
Declaration
Swift
required public init(position: CLLocationCoordinate2D, radius: Measurement<UnitLength>?)Parameters
positiondescribes the geographical position for the autocomplete request.
radiusdescribes the radius within which search is performed.
AutocompleteGeoBias Class Reference