[Interest] How to get all MapItems in a given region?

2016-11-07 Thread Kishore Jonnalagadda
I could not find any API for this... I want to be able to get a list of all the mapitems on a map that have coordinates that lie within a given (rectangular) region. What is the best way to do this? The only way I see right now is to iterate all the items returned by the mapItems() API and

Re: [Interest] Composite (Image+circle) MapItem

2016-09-29 Thread Kishore Jonnalagadda
On Monday 19 September 2016 11:40:53 AM IST Paolo Angelelli wrote: > Inside Plane.qml is currently not possible. > > There is one patch under review that adds the MapItemGroup item, > meaning a way to group map items as you ask. > That's however 5.9 material :) While I'm looking forward to this,

Re: [Interest] How do i declare a QGeoCoordinate property in QML?

2016-09-26 Thread Kishore Jonnalagadda
id coordinate and ensure type safety by ensuring that it can not be assigned to anything other than a coordinate. Is that possible? -- Cheers! Kishore > best > Paolo > > On Mon, 26 Sep 2016 16:11:03 +0530 > > Kishore Jonnalagadda <kitts.mailingli...@gmail.com> wrote: > &g

Re: [Interest] How do i declare a QGeoCoordinate property in QML?

2016-09-26 Thread Kishore Jonnalagadda
not understand how to declare the aliases. -- Cheers! Kishore On Monday 26 September 2016 4:11:03 PM IST Kishore Jonnalagadda wrote: > I have created an custom Item in which I want to have a coordinate property. > Further i want to create aliases to the coordinates properties. How do i go &

[Interest] How do i declare a QGeoCoordinate property in QML?

2016-09-26 Thread Kishore Jonnalagadda
I have created an custom Item in which I want to have a coordinate property. Further i want to create aliases to the coordinates properties. How do i go about this? Example: /**/ Item { id: myCustomItem property coordinate coordinate property alias latitude: