Hi,
I am new to QT and m developint an application for mobile.
I want to display google map and also put some buttons at specific places on the map.
Earlier I thought of using QWebview and google maps javascript API.
But then in that case I was not able to get the current location being displayed on map.
So I am trying to use static map api.
I am displaying the map image in a graphics scene so that I am able to drag the image.
Now I want to place some buttons @specific position on the map.For that i need to convert the lat lon in the map image to pixels.I have heard about mercator algo for that,but i didnt fing any cpp implementation for it
I am not sure how to do this.
Also How can i plave a button over the graphicsview wigdet,coz i am using layouts.
any help will be appriciated.
Thanx in advance