How would I display a map on a windows desktop

Hi,

I think I saw something about this a year or two back, but my memory is not what it used to be.

I have a project that I would like to re-write as desktop application that displays stops on a map.

Is this possible with the latest version of Corona?

Thanks.

Herb

native.newMapView() is not available for desktop builds, but you could use a native.newWebView to embed a Google Map or map from other services.

Rob

native.newMapView() is not available for desktop builds, but you could use a native.newWebView to embed a Google Map or map from other services.

Rob