18 #include "CommonTypes.types.h" 19 #include "LocationInput.types.h" 20 #include "NavigationCoreTypes.types.h" 21 #include "NavigationTypes.types.h" 30 void getVersion(
Version &interfaceversion);
32 void createLocationInput(Handle sessionHandle,
33 LocationHandle &locationInputHandle);
35 void deleteLocationInput(Handle sessionHandle,
36 LocationHandle locationInputHandle);
39 getSupportedAddressAttributes(AddressAttributeList &addressAttributesList);
41 void setAddress(Handle sessionHandle, LocationHandle locationInputHandle,
44 void setSelectionCriterion(Handle sessionHandle,
45 LocationHandle locationInputHandle,
46 AddressAttribute selectionCriterion);
48 void spell(Handle sessionHandle, LocationHandle locationInputHandle,
49 String inputCharacter, UInt16 maxWindowSize);
51 void search(Handle sessionHandle, LocationHandle locationInputHandle,
52 String inputString, UInt16 maxWindowSize);
54 void requestListUpdate(Handle sessionHandle,
55 LocationHandle locationInputHandle, UInt16 offset,
56 UInt16 maxWindowSize);
58 void selectEntry(Handle sessionHandle, LocationHandle locationInputHandle,
61 void getEntry(LocationHandle locationInputHandle, UInt16 index,
64 void validateAddress(Handle sessionHandle, LocationHandle locationInputHandle,
67 void reverseGeocode(Handle sessionHandle, LocationHandle locationInputHandle,
Definition: FreeTextSearch.types.h:181
Definition: CommonTypes.types.h:22
Definition: NavigationTypes.types.h:22