Questions tagged [blackberry-maps]

Another Map to Google Map and only used in Blackberry Device

Another Map to Google Map and only used in Blackberry Device.

30 questions
3
votes
0 answers

Draw route on RichMapField for BlackBerry OS 6

Could someone help me figure out how to draw a route on RichMapField, i am able to draw on a MapField. I want to use RichMapField, because i can use the MapDataModel to add more than one marker dynamically. Updated Code: This is my attempt at…
Suppi
  • 630
  • 1
  • 7
  • 21
3
votes
2 answers

BlackBerry RichMapField is blank on device

I use RichMapField like below to display Blackberry Maps in my application. RichMapField map = MapFactory.getInstance().generateRichMapField(); add(map); The map is displayed properly on the BlackBerry simulator, but on a device the map field is…
Suppi
  • 630
  • 1
  • 7
  • 21
3
votes
2 answers

best options for maps when programming for blackberry

I see there are java sdk and webworks sdk for blackberry, with bb 5, 6, and now 7 os systems in existance... play adobe air and webworks for the playbook. I'm looking to port an android app over to BB. I need to have the maps part of the app be…
user1139416
2
votes
0 answers

How to show current location (the green dot) on MapField in Blackberry Java SDK

Here's the frustrating problem. As you know, we can use net.rim.device.api.lbs.maps.ui.RichMapField in blackberry api to integrate the map feature into our mobile application. So I use it in my application. The RichMapField works fine, as I can see…
Lewis Z
  • 498
  • 7
  • 16
1
vote
1 answer

MapAction.setCenterAndZoom(...) throws NoClassDefFoundException on 9780

this is a little weird to me, When I center the map with MapAction.setCenterAndZoom(...) or MapDimensions.setCenter(...) on both BB 9780 Device and Simulator, it throws a NoClassDefFoundException but when I try the same code on 9930 simulator it…
1
vote
2 answers

google map with route in blackberry

how to use google map with route in blackberry . i tried blackberry map with route but in my device (Storm 2) cant display map . i dont know what is the issue ? any one have idea ragarding google map in blackberry application than let me know. i…
Hitarth
  • 1,950
  • 3
  • 27
  • 52
1
vote
0 answers

Routing Between Multiple Points Using Location Document

Hello I am developing under OS7 using the BB 9930 simulator. I wanted to know if you can plot routes between multiple points using the Location Document that invokes Blackberry Maps. I have tried specifying multiple locations under the
Shardul Upadhyay
  • 397
  • 2
  • 12
1
vote
0 answers

How to work with maps in BlackBerry

Based on the BlackBerry knowledge center article, How To - Invoke BlackBerry Maps, I tried to use maps in BlackBerry. However, it is not efficient and throws unknown exception. so i need another way to deal with maps in blackberry. the exception…
ahmed Shoeib
  • 254
  • 6
  • 22
1
vote
1 answer

adjust location marker on Zoom in and zoom out in Mapfield

H I have written a code to draw two custom location markers on the MapField. But when i zoom in and zoom out, the location marker is of the same size, I want the location marker to adjust according the zoom level. Could someone please help me put on…
Suppi
  • 630
  • 1
  • 7
  • 21
1
vote
1 answer

NullPointer Exception when displaying route information on Blackberry OS 5

I am trying to draw route by using following code String document = "" + "" + "
Kotibab
  • 85
  • 1
  • 1
  • 7
1
vote
2 answers

Problem in starting blackberry Maps in Simulator

i am creating simple application for showing Blackberry map in Blackberry. i was unable to open BB Map through my app. so that i try to open inbuilt Map App that is showing following image i check my MSD setting and my internet is working perfect…
Mihir Palkhiwala
  • 2,586
  • 3
  • 37
  • 47
1
vote
1 answer

Implementing Blackberry Maps with MapLocation

I want to display blackberry maps with markers for various location within my application. I tried using net.rim.device.api.lbs.maps.ui.MapField but it throws IllegalArgumentException(Bitmap is too large) Anyone has tried implementing…
Ravi Rao
  • 291
  • 1
  • 4
  • 12
1
vote
0 answers

BlackBerry Maps within the application not zooming in to coordinates

Application is displaying MapView but it is not able to zoom in to the supplied coordinates. Am i missing something...any help would be appreciated Code is below-- public Screen() { // Set the displayed title of the screen …
Rohan
  • 53
  • 5
1
vote
0 answers

How to install google maps in blackberry

I am trying to access google maps from my application. My code is as below: public void invokeGMaps(GMLocation l) { int mh = CodeModuleManager.getModuleHandle("GoogleMaps"); if (mh == 0) { try { throw new…
Sarah
  • 1,895
  • 2
  • 21
  • 39
0
votes
1 answer

Title on mapfieldScreen in blackeberry is not visible

I am creating a map app. in which i am using mapfield. on the MapFieldScreen I am trying to add Title and also creating tabs but these two things are not visible. instead there is just gray color on these two places.. Here is my code. class…
Swati
  • 1,179
  • 9
  • 28
1
2