Welcome!

Welcome to the Official BlackBerry Support Community Forums. This is your resource to discuss support topics with your peers, and learn from each other. New to the forum? Please visit the ‘Getting Started’ link below.
inside custom component

Java Development

Reply
Developer
dhvani
Posts: 39
Registered: ‎02-06-2010
My Carrier: devloper
Accepted Solution

write step for google map use in my application

 how to use Google maps instead of Blackberry maps in blackberry application developement.

If u have any idea about this pls share with me.

 

Please use plain text.
Developer
simon_hain
Posts: 13,830
Registered: ‎07-29-2008
My Carrier: O2 Germany

Re: write step for google map use in my application

you can show a location in googlemaps, see http://www.blackberryforums.com/developer-forum/143263-heres-how-start-google-maps-landmark.html

 

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.

----------------------------------------------------------
feel free to press the like button on the right side to thank the user that helped you.
please mark posts as solved if you found a solution.
@SimonHain on twitter
Please use plain text.
Developer
Eugen
Posts: 466
Registered: ‎07-16-2009
My Carrier: Vodafone NL

Re: write step for google map use in my application

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).

 

Please use plain text.
Developer
davidmccormack
Posts: 168
Registered: ‎11-01-2008
My Carrier: Meteor (Ireland)

Re: write step for google map use in my application

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/staticmaps/

 

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.

Please use plain text.
Developer
raquibulbari
Posts: 137
Registered: ‎09-30-2009

Re: write step for google map use in my application

How to make a google map client on my own with landmarkers etc.

----------------------
Press like if you find a message helpful
---------
Please use plain text.
Developer
simon_hain
Posts: 13,830
Registered: ‎07-29-2008
My Carrier: O2 Germany

Re: write step for google map use in my application

please make your own thread for your own question.
but to answer it nonetheless: there is no API, so you can't.
----------------------------------------------------------
feel free to press the like button on the right side to thank the user that helped you.
please mark posts as solved if you found a solution.
@SimonHain on twitter
Please use plain text.