Parse.Address Property

 

An Address Class containing the parsed 'where' component of the search query. Get this property from the service response.

Syntax

public Address Address { set; get; }
Public Property Address As Address

Remarks

If the search query is "pizza in Seattle, WA", then the Address property contains "Seattle" in the Address.Locality Property and "WA" in the Address.AdminDistrict Property.