businessname = "Eastside Bistro"
address = "12001 Avalon Lake Drive, Ste. E2"
myMap = native.newMapView(0,180,display.contentWidth,200)
myMap.mapType = "hybrid"
myMap.x = \_W/2
latitude, longitude = myMap:getAddressLocation(address)
myMap:setCenter(latitude, longitude)
myMap:addMarker(latitude,longitude,{title=""..businessname})
works perfectly in the simulator (Xcode) … installed on my device. app works fine til I call this screen and this screen crashes the app… If I remove the map code above the app loads the screen and show the content minus the map of course…
Matt
[import]uid: 18783 topic_id: 34560 reply_id: 334560[/import]