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
0
votes
1 answer

How to find which position is clicked on screen or MapField in blackberry

I am building a map application. In which I am placing several bitmap and when i click on the bitmap some event is occurring. For that I need to know at which position I have clicked on the screen on the basis of that i'll get the lat & long pair…
Swati
  • 1,179
  • 9
  • 28
0
votes
2 answers

Close Blackberry Map after use of custom menu item

I created for BlackberryMaps a own menu item with help of "MenuItem" and invoke Blackberry Maps. After using this Item the current location (MapView) should be send back to my Application. This works fine. The problem is I found no solution for…
Martin
  • 103
  • 1
  • 7
0
votes
0 answers

How to move Bitmap with Blackberry Map by using MapField

I am creatng a MapScreen where I am positioning a marker(user defined Bitmap) at certain lat and long value. But when I am moving the map that bitmap is not moving. i am drawing the bitmap like.. protected void paint(Graphics graphics) { …
Swati
  • 1,179
  • 9
  • 28
0
votes
1 answer

convert longitude and latitude to x,y based location

Based on Instructions on how to display and clear a route on a map by using a location document the routing use x,y Based Location. my question : how to convert longitude and latitude to x,y based location to be able to use them to route in BB…
ahmed Shoeib
  • 254
  • 6
  • 22
0
votes
1 answer

BlackBerry Map Issue

based on the instructions How To Route Between two location in blackberry I tried this example for blackberry and get the result (distance between the two locations correctly as described in the example). but after running the code I can se the road…
ahmed Shoeib
  • 254
  • 6
  • 22
0
votes
2 answers

Draw route from source to destination on MapField

I know I can obtain the coordinates from Google Map services. But how can I get the coordinates for the source and destination to send it to Google Map services, and then draw the route, once I get all the coordinates? Edited: i have something like…
Suppi
  • 630
  • 1
  • 7
  • 21
0
votes
2 answers

adjust Bitmap width and height in MapField in BlackBerry

I am drawing circles around a location point in the MapField like in the code given below: public void drawCircleMap(int [] radius) { int i = 0; Graphics graphics = null; int x2,y2; bmparr = new Bitmap[radius.length]; for(int…
Suppi
  • 630
  • 1
  • 7
  • 21
0
votes
1 answer

adding markers dynamically on the map in Blackberry

i have to add markers to the map and also display the previous latitude and longitude. So far i have added the previous latitude and longitude to a Vector and display on the map, but the new values and past value are all displayed at the same time,…
Suppi
  • 630
  • 1
  • 7
  • 21
0
votes
1 answer

Opening BBMaps from browser on BlackBerry OS 5+

I have been totally unable to open BBMaps from the BlackBerry browser from BBOS5 devices using the approach their documentation indicates. Is this functionality really broken - is the documentation really that wrong? Or am I doing something…
jkade
  • 325
  • 3
  • 8
0
votes
1 answer

Displaying MapField inside the application throws IllegalArgumentException Bitmap is too large exception

I'm trying to add a map field in my blackberry application, but I get an exception on navigating to that screen saying IllegalArgumentException(Bitmap is too large). Any Idea? Code: package com.quadrazol.bb.fpg.screens.maps; import…
Ravi Rao
  • 291
  • 1
  • 4
  • 12
0
votes
0 answers

Current Location and direction on map Blackberry(Os 6, 7 and 10)

i want to integrate map on(Blackberry 6 7 and 10) and show current location and direction route between two locations inside my app which one should i use. 1.Google map or 2.blackberry native map is there any sample please provide me the link
0
votes
1 answer

BlackBerry MapField

problem using BlackBerry MapField This is the code i use for displaying a map: class MapScreen extends FullScreen { public MapScreen() { super( FullScreen.DEFAULT_CLOSE | FullScreen.DEFAULT_MENU ); MapField map = new…
0
votes
1 answer

Add BlackBerry Map to application

I am trying to invoke the map application. I get an exception that says: MapException(error retrieving dictionaries). Does my device need an active BlackBerry account to work with BlackBerry maps?
neb1
  • 209
  • 1
  • 12
0
votes
1 answer

Use OpenStreet Maps in my blackberry application

I would like to use openstreet maps in my blackberry application. The idea is the application fetches the current location through GPS/cell tower. The user has an option to click on a button and load the map within the application (same display)…
Sarah
  • 1,895
  • 2
  • 21
  • 39
0
votes
1 answer

insufficient network error blackberry simulator

I am trying to make an app for blackberry to do somethink on blackberry maps. When I start debugging on smilator it gives an error as insufficient network coverage. I tried google.com on it's browser and it worked! But on my app it gives…
irukeru
  • 509
  • 1
  • 10
  • 26
1
2