Places
Let your users discover points of interest fetched from local favorites, remote search results, and contacts.
You can allow users of your apps to pick places from the local Places database on the device. You can retrieve information about the place that was selected, and then use this information to display the selected place on a map.
Libraries and permissions
To link against these classes, add the following line to your .pro file:
LIBS += -lbbcascadesplaces
You must also specify the following permissions in your bar-descriptor.xml file:
access_location_services
Additional resources
To download a code sample that demonstrates how to use place pickers, visit the Cascades Samples repository in Github.
Members
- PlacePicker -
The Place Picker interface allows users to browse and select places.
- PlacePickerControl -
A simple control for the PlacePicker API.
- SelectedPlace -
Returns a value for PlacePicker.
- SelectedPlaceImageType -
Used by SelectedPlace class for indicating returned image data type.