Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 955 Bytes

PlaceSearchRequest.md

File metadata and controls

26 lines (14 loc) · 955 Bytes

PlaceSearchRequest

Place Search Request

Properties

Name Type Description Notes
distance Long Distance measurement for calculating the radius search. The length of distance from the centroid point. Value integer(<15). [optional]
place PlaceFilter [optional]
radiusSearch Boolean Switches on the radius search algorithm to be performed with places from a given centroid. Value boolean (true) switches on the radius search algorithm. NOTE - Distance, Latitude and Longitude are REQUIRED for radius search algorithm [optional]
unit UnitEnum Unit of measurement for calculating the radius search. Optional. Measurement of distance unit in miles or kilometers. Value string (m or km [optional]

Enum: UnitEnum

Name Value
MILE "MILE"
KM "KM"