Hi,

There's a little bit of news on the Maps and Navigation QML bindings front.

The bad news is that it looks like we're not going to get to the point where 
we're comfortable enough with the Maps and Navigation QML bindings to offer our 
usual API promises as of the 1.1.0 release.  It also looks like we won't be 
able to make the Map and Flickable work together behind the scenes since the 
Map is kind of outside of the scope of what Flickable was designed for, 
although I hope to add an example of how to do it and potentially some extra 
bits to the QML bindings to make it easier on developers.

The good news is that pretty soon I'll be looking for 3rd party feedback in 
order to tune what's made available in the final bindings (due in a 1.1.x 
release). 

Is anyone else playing with the bindings?  Or will it just be me and Conny 
throwing ideas back and forth? :)

Cheers,

Dave

> -----Original Message-----
> From: [email protected] [mailto:qt-mobility-
> [email protected]] On Behalf Of ext Cornelius Hald
> Sent: Thursday, 21 October 2010 1:18 AM
> To: [email protected]
> Subject: Re: [Qt-mobility-feedback] QML Map item and custom geoservice
> plugin
> 
> Just a follow up if someone else in interested: I've just compiled the
> recent 1.1 branch and selecting a plugin via QML is now possible.
> 
> Map {
>     plugin : Plugin {
>         name: "nokia"
>         }
>     anchors.fill: parent
>     zoomLevel: 14
>     center: Coordinate {
>         latitude: 51.058517
>         longitude: 13.7435728
>     }
> }
> 
> Cheers,
> Conny
> 
> 
> On Mon, 2010-10-04 at 02:10 +0200, [email protected] wrote:
> > Hi,
> >
> > The QML support for the Maps and Navigation API in the beta release
> is very preliminary - in the final release you'll be able to specify a
> plugin name.
> >
> > Cheers,
> >
> > Dave
> >
> > > -----Original Message-----
> > > From: [email protected] [mailto:qt-
> mobility-
> > > [email protected]] On Behalf Of ext Cornelius Hald
> > > Sent: Sunday, 3 October 2010 2:05 AM
> > > To: [email protected]
> > > Subject: Re: [Qt-mobility-feedback] QML Map item and custom
> geoservice
> > > plugin
> > >
> > > On Sat, 2010-10-02 at 16:50 +0200, Cornelius Hald wrote:
> > > > If not, what is the best way to use the Map item together with
> > > another
> > > > geoservice plugin?
> > >
> > > I just removed libqtgeoservices_nokia.so from the plugins directory
> > > because I was hoping that Qt will then use the only plugin left
> (which
> > > is mine). Unfortunately it does not work, the Map item still shows
> Ovi
> > > maps. No idea where it get the code from, though...
> > >
> > > I hope someone can give me some hints :)
> > >
> > > Thanks!
> > > Conny
> > >
> > >
> > > _______________________________________________
> > > Qt-mobility-feedback mailing list
> > > [email protected]
> > > http://lists.trolltech.com/mailman/listinfo/qt-mobility-feedback
> 
> 
> _______________________________________________
> Qt-mobility-feedback mailing list
> [email protected]
> http://lists.trolltech.com/mailman/listinfo/qt-mobility-feedback

_______________________________________________
Qt-mobility-feedback mailing list
[email protected]
http://lists.trolltech.com/mailman/listinfo/qt-mobility-feedback

Reply via email to