02-09-2010 07:59 AM
how to use Google maps instead of Blackberry maps in blackberry application developement.
If u have any idea about this pls share with me.
Solved! Go to Solution.
02-09-2010 08:06 AM
you can show a location in googlemaps, see http://www.blackberryforums.com/developer-forum/14
more complex tasks, however, did not succeed yet as far as i know. you'd have to know the google apps start parameters for more information about it.
02-09-2010 08:08 AM
I think you will find a lot of posts according to the "Google Maps" topic.
Extra: Google Maps don't have any public API and you can invoke them with a specific XML to show only one location on them (it's not documented feature and was discovered after reverse engineering).
02-09-2010 10:16 AM
Oh but there is an official public API to show a particular location, placemarks, etc. - it's the Google Static Maps API:
http://code.google.com/apis/maps/documentation/sta
It's very easy to use. You simply format a URL, request it, and you get back a PNG image that you can display in your app. One legal issue to be aware of is that you are only supposed to use images generated in this way in a web page.
07-06-2011 03:49 AM
How to make a google map client on my own with landmarkers etc.
07-06-2011 04:05 AM