Line 23: 'Locates a parcel and returns the object from the ArdGIS Server
Line 24: Dim searchResultObject As Dictionary(Of String, Object) = FindParcel(requestedPIN)
Line 25: Dim searchResultArray As Object() = TryCast(searchResultObject("results"), Object())
Line 26: Dim searchResult As New Dictionary(Of String, Object)
Line 27: 'Loop through the result to find the correct PIN result
|