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…
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…
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…
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…
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…
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…
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 …
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…
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…
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…
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…
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
…
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…
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…