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 al
H I have written a co开发者_如何学Cde 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 adjus
I am trying to draw route by using following code String document = \"<location-document>\" + \"<GetRoute>\" +
i am creating simple application for showing Blackberry map in Blackberry. i was unable to open BB Map through my app.
I use RichMapField like below to display Blackberry Maps in my application. RichMapField map = MapFactory.getInstance().generateRichMapField();
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 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 la
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?
Is there a way to remove a dom element from the document, but save it as a variable? I\'m guessing I have to save the clone as a var, and then remove the original?