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