Game Development Reference
In-Depth Information
Corona SDK offers an easy way to display a map on the screen:
local lat, lon = -18.2861, 147.7
local map = native.newMapView(10,30,300,200)
map:addMarker(lat, long, {
title="The Great Barrier Reef", subtitle="A Good place to be"
} )
map:setCenter( lat,lon )
The Internet Browser
In the earlier days, when the only way to make apps for iOS was using Objective-C, many people
native.showWebPopup and the native.cancelWebPopup . cancelWebPopup does not take any
webPopup at any point in time. You can also use this to display
8-19 or as a help file in your app, as shown in Figure 8-20
Figure 8-19. A blog displayed in a web browser on the device
 
Search WWH ::




Custom Search