Parse.LocationSeparator Property

 

A string containing the separator used to connect the 'what' and 'where' components of the search query. Get this property from the service response.

Syntax

public string LocationSeparator { set; get; }
Public Property LocationSeparator As String

Remarks

If the search query is "pizza in Seattle, WA", then the LocationSeparator property contains "in".