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…
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…
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)
{
…
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…
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…
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…
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…
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,…
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…
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…
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
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…
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?
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)…
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…