emre yilmaz
emre yilmaz

Reputation: 11

google maps in java blackberry plug in

I want to use google maps in my application, Blackberry Java plug-in project. Which libraries I can use and is there any source code for this example? Thanks,

Upvotes: 1

Views: 654

Answers (1)

Scott W
Scott W

Reputation: 9872

I would love to be wrong here, but I have found that there is no library for Google Maps on blackberry. You have three options:

  1. Send some data to the Google Maps app and then have it launch/run on its own.
  2. Sign up for a Google Maps Premier account and use the Static Maps API.
  3. Completely roll your own (I'm guessing this may need a Google Maps Premier account as well).

Upvotes: 1

Related Questions