Tourist Attractions – use of the Location, In-App Purchase APIs and more (Featured Video)

Tourist Attractions is a Nokia Developer example app written in Java for Series 40 phones. It demonstrates the use of the Location API for Java ME (JSR-179) and the HERE Maps API for Java ME (formerly the Nokia Maps API) to retrieve and show location information as well as details of nearby attractions. In addition, it incorporates the In-App Purchase API to enable the purchase and download of additional city guides.

This application works on most Series 40 phones, ranging from entry-level models to the highly successful Asha family of smartphones.

For downloads, source, and more information, please visit: http://projects.developer.nokia.com/JMETouristAttractions

For more information on in-app purchase, please see:http://www.developer.nokia.com/Resources/Library/Java/#!developers-guides/in-…

For more Java example apps from Nokia Developer, please check out: http://www.developer.nokia.com/Develop/Java/Code_examples/

Drawing shapes with Windows Phone maps API (Featured Article)

Drawing shapes with Windows Phone maps API by symbianyucca

LumiaMaps.pngThis week’s featured article shows how to draw shape objects on a map in Windows Phone applications. Generally you can add polylines, polygons and MapOverlay objects onto the map, however there are no predefined shapes which could be drawn into the map.

The complete source code for the example illustrated in this article can be found from Windows Phone 8 Maps Examples project, the code used here is implemented for example in MoreMapContent example inside that project.

Please try out Windows Phone 8 Maps Examples project and let us know how you like it.