Using Google Maps in wxWidgets applpication

This forum can be used to talk about general design strategies, new ideas and questions in general related to wxWidgets. If you feel your questions doesn't fit anywhere, put it here.
Post Reply
s
In need of some credit
In need of some credit
Posts: 1
Joined: Thu Feb 15, 2018 12:57 am

Using Google Maps in wxWidgets applpication

Post by s »

Hi,

It is possible to create a wxWidgets app that uses the map from Google? The ideia was to put some coordinates an then show them in the same window (without having to open the browser) with Google Maps.

thanks.
User avatar
doublemax
Moderator
Moderator
Posts: 19115
Joined: Fri Apr 21, 2006 8:03 pm
Location: $FCE2

Re: Using Google Maps in wxWidgets applpication

Post by doublemax »

That should be possible with wxWebView:
http://docs.wxwidgets.org/trunk/classwx_web_view.html
Use the source, Luke!
Post Reply