QGeoBoundingArea?

Hi, what is a QGeoBoundingArea?

I need to do some geocoding, so I need a QGeoBoundingArea in the parameter

QGeoSearchReply * searchReply = searchManager-> reverseGeocode (myQGeoCoordinate, myQGeoBoundingArea);

How to get an instance from which to create an instance of a QGeoBoundingArea?

Thank you!!

Usually its used as a base class for classes that specify the geographical area. So you have to subclass it and create your class with descriptions of geographical area and pass it.

Tags: BlackBerry Developers

Similar Questions

Maybe you are looking for