Case1: Invalid Address, Suggestion Provided

Mock service will return:


Full address object:
{{address}}
This is what gets passed on to further processing:
{{resolution}}

Case2: Invalid Address, No Suggestion Provided

Mock service will return:{isValid: false}


This is what gets passed on to further processing:
{{resolution}}

Case3: Valid Address

Mock service will return:{isValid: true}


This is what gets passed on to further processing:
{{resolution}}