|
LBS C++ binding
Experimental automated C++ generation from LBS APIs defined in Franca IDL
|
Public Member Functions | |
| LocationInput (const LocationInput &c) | |
| LocationInput & | operator= (const LocationInput &c) |
| void | getVersion (Version &interfaceversion) |
| void | createLocationInput (Handle sessionHandle, LocationHandle &locationInputHandle) |
| void | deleteLocationInput (Handle sessionHandle, LocationHandle locationInputHandle) |
| void | getSupportedAddressAttributes (AddressAttributeList &addressAttributesList) |
| void | setAddress (Handle sessionHandle, LocationHandle locationInputHandle, Address address) |
| void | setSelectionCriterion (Handle sessionHandle, LocationHandle locationInputHandle, AddressAttribute selectionCriterion) |
| void | spell (Handle sessionHandle, LocationHandle locationInputHandle, String inputCharacter, UInt16 maxWindowSize) |
| void | search (Handle sessionHandle, LocationHandle locationInputHandle, String inputString, UInt16 maxWindowSize) |
| void | requestListUpdate (Handle sessionHandle, LocationHandle locationInputHandle, UInt16 offset, UInt16 maxWindowSize) |
| void | selectEntry (Handle sessionHandle, LocationHandle locationInputHandle, UInt16 index) |
| void | getEntry (LocationHandle locationInputHandle, UInt16 index, Address &address) |
| void | validateAddress (Handle sessionHandle, LocationHandle locationInputHandle, Address inputAddress) |
| void | reverseGeocode (Handle sessionHandle, LocationHandle locationInputHandle, Coordinate2D coordinate) |