SuggestionData

Get a suggestions of places based on an input string

Overview of SuggestionData goes here.

SuggestionData Properties

SuggestionData

Field Type Inherited from Description
Address String SuggestionData Gets or sets the address string for the place suggestion.
SuggestionId String SuggestionData Gets or sets the SuggestionId value

JSON Structure of SuggestionData

{
   "Address"	:	"String",
   "SuggestionId"	:	"String"
}