Tracking of Multiple Point in Blackberry Maps

Hi all

I wonder if it is possible to use the webworks geolocation API to plot multiple points on a Blackberry or a Google map. Has anyone tried this yet? Are there references that you could give me to kick off development?

Thank you!

Yes it is possible. You ask just the API to update location and add the coordinate on the map. Just be careful with Google maps, as it can break WebWorks events.

Tags: BlackBerry Developers

Similar Questions

  • Several Points on the maps

    Hello

    Anyone know how to plot multiple points on a map? I think it's something to do with the blackberry.invoke.MapsArguments (locationDocument: Document) but I don't know how to use it. I tried:

    var document = "";
    
    var args = new blackberry.invoke.MapsArguments(document);
    blackberry.invoke.invoke(blackberry.invoke.APP_MAPS, args);
    

    I can trace a single point with:

    var args = new blackberry.invoke.MapsArguments(43.26, -80.30);
    blackberry.invoke.invoke(blackberry.invoke.APP_MAPS, args);
    

    Kind regards

    I messed around with different XML structures and got it working:

    var xmlString = '';
    var parser = new DOMParser();
    var doc = parser.parseFromString(xmlString, "text/xml");
    var args = new blackberry.invoke.MapsArguments(doc);
    blackberry.invoke.invoke(blackberry.invoke.APP_MAPS, args);
    

    Don't forget: You must multiply the coords per 100,000 (54.97781, so -1.61396 is actually 5497781,-161396).

    More information on the elements XML here: http://docs.blackberry.com/en/developers/deliverables/11944/XML_element_location_893142_11.jsp and http://docs.blackberry.com/en/developers/deliverables/11944/XML_element_lbs_893141_11.jsp

    Thank you for pointing me in the right direction, Tim!

  • Clickable PINS in BlackBerry map / Google Map in BlackBerry

    Dear all,

    Can I make clickable PINS on the map of the BlackBerry / Google Map in BlackBerry to call specific screen or call dialogue

    the 5.0 OS and more.

    Thank you.

    In OS 6.0, you have the optin to using a RuchMapField.

    Before that, there are possibilities, ranging from what you will find in the following links, but I suspect it's a lot of work.

    http://supportforums.BlackBerry.com/T5/Java-development/clickable-pin-points-on-a-map/m-p/452540#M89...

    http://StackOverflow.com/questions/10930115/how-to-draw-clickable-pin-point-on-BlackBerry-map

    http://StackOverflow.com/questions/10636855/BlackBerry-map-with-user-defined-images-as-pin-and-click...

  • BlackBerry smartphone how to add several "Points of Interest" in Blackberry Maps?

    Hello

    The blackberry Maps are so out of the how can I update my country and add more point of interest.

    Thank you

    Aboodz wrote:

    Sucks!

    You are so nice.

    Try the CONTACT link is very clearly stated at the bottom of this page

    Here... Just in case where you can not find it.

    CONTACT US

  • Track of several points of BBMap

    Hello

    Since in my app, I am interested in launching BBMaps and the route of several locations on the map.  I see where I can draw 1 point with setLatitude() and setLongitude(), is there a way to do for more than one?

    Thanks in advance,

    Glenn.

    Glenn,

    If you pass in a document to the location that contains several points, you can view several points on the map at the same time.  See the following article:

    http://www.BlackBerry.com/knowledgecenterpublic/livelink.exe/fetch/2000/348583/800332/800703/How_To _...

  • Reg; Invoking in blackberry maps

    Hello

    In my application I want to call cards, for that I have use mapview and everything is fine.but unfortunately I heard that blackberry maps is supported only in some countries...

    in my application, I want to show the County such as the India, Afghanistan etc... those who are not supported by blackberry maps...

    so please someone suggest me how can I get these countries also if I select it in of my very urgent application.it to me pls give answer me as soon as possible...

    I use jde 4.7 for my application...

    Here is the sample code snippet that works very well for me.

    Using this code, you can display unique location on the map.

    class GoogleSingleLocation_Scr extends MainScreen {
     public GoogleSingleLocation_Scr() {
     }
     protected void makeMenu(Menu menu, int instance) {
      super.makeMenu(menu, instance);
      menu.add(mInvokeGMaps);
     }
     MenuItem mInvokeGMaps = new MenuItem("Run GMaps", 0, 0) {
      public void run() {
       GMLocation location
        = new GMLocation(51.507778, -0.128056, "London");
       invokeGMaps(location);
      };
     };
     public void invokeGMaps(GMLocation l) {
      int mh = CodeModuleManager.getModuleHandle("GoogleMaps");
      if (mh == 0) {
       try {
        throw new ApplicationManagerException(
          "GoogleMaps isn't installed");
       } catch (ApplicationManagerException e) {
        System.out.println(e.getMessage());
       }
      }
      URLEncodedPostData uepd = new URLEncodedPostData(null, false);
      uepd.append("action", "LOCN");
      uepd.append("a", "@latlon:" + l.getLatitude()
       + "," + l.getLongitude());
      uepd.append("title", l.getName());
      uepd.append("description", l.getDescription());
      String[] args = { "http://gmm/x?" + uepd.toString() };
      ApplicationDescriptor ad = CodeModuleManager
        .getApplicationDescriptors(mh)[0];
      ApplicationDescriptor ad2 = new ApplicationDescriptor(ad, args);
      try {
       ApplicationManager.getApplicationManager()
         .runApplication(ad2, true);
      } catch (ApplicationManagerException e) {
       System.out.println(e.getMessage());
      }
     }
    }
    

    Suppose if you display several location on google maps, you need to prepare a KML file and make it available on the public server what google map can be accessed

    Some links to URLS that might be useful for you.

    http://code.Google.com/intl/en/APIs/maps/documentation/mapsdata/developers_guide_java.html#audience

    http://StackOverflow.com/questions/3301378/Google-maps-apidynamic-plot-multiple-locations-via-URL-sh...

  • BlackBerry Maps put me in the wrong place

    If someone has dealt with BlackBerry Maps?  I'm trying to plot a point on the map and for a reason even if I'm him giving the coordinates for near Denver, it keeps drawing me in off the coast of Lisbon, in Spain.

    Here's the rental document that I send it.

    I got back the lat x and him go along before, but after having looked carefully at the documentation that I realized that RIM in their infinite 'wisdom', decided to reverse them for some odd reason.

    Anyway, I can't understand why it works perfectly in Google Maps, but not in BlackBerry Maps.  Thanks in advance for your help.

    Your 'x' setting seems to be missing a number (to be in Denver)

    I get a lon-104.98812 for downtown Denver.

    Multiply that by the whole WGS (100,000), a you should have something in the neighborhood of 10498812

    The coordinates you have below * are * to off the coast of the Spain.

  • Exception in BlackBerry Maps demo

    Hello, I'm testing BlackBerry Maps demo in the Simulator "BOLD", but when I run the "View Route" option a Null pointer exception that happens...  Someone at - it the same?

    Probably, you could give a try on 4.6.0.12. tbilisoft also tried and confirmed it works on this version of the JDE.

  • BlackBerry Smartphones BlackBerry Maps don't have LOAD not

    Help! my blackberry maps application does not load. It shows just a white background with a pointer in the middle. There is no showing roads. Help! Thank you

    the solution is to have BIS sorry guys

  • BlackBerry Smartphones Blackberry Maps and GPS, should I use Google Maps? Re: Google Latitude

    Question 1: I v.4.6 on my "BOLD". The maps and the GPS works fine, but I wonder if it is powered internally by Google maps. Anyone know?

    Question 2: The reason why I ask is because I want to try Google Latitude, which allows tracking of the location of a phone cell phone per person. He supposedly can show you the location of all of your friends on a map. Can I install Google Maps first or if it'll work with Blackberry Maps? If anyone has installed Google Latitude on their "BOLD" and care to share their experience? You can follow your "BOLD" of your PC if you have lost?

    Question 1: Is now the answer. I installed this software "Latitude" and got "Google Maps" and "Latitude" as a menu option. Now, I have 2 mapping software on my "BOLD" taking up memory sparc resources. So, these two could not work together.

    Question 2: To see the location of my "BOLD" of my desktop PC:

  • Navigate to A point on the map

    I go to contacts and press my sister's address. It appears in the cards. A. Cool point. So I want to navigate. But I can't-not, at least not directly. He asks that endpoint. I can touch the card to give a (very close to Point A) end point, or I can shoot to the top of the list of contacts again and select the address for my sister... still once. But is there no way to say, ' Hey, stupid! You see that you freakin ' no, I just had pull up? It is the place I want to go! » ??

    Yes, Yes, Yes. Voice search. 'Go to so-and-so.' But if I'm looking at a point on a map, I shouldn't be able to just browse without jumping through hoops?

    When I touch "Home view" on a contact, it finds the address and gives me a bubble pointing to the small 'A' marker on the map.  Tap the speech bubble, and I see 'Get directions' and 'Navigate' options.  I think that it worked even before I've updated to the new Google maps.

  • My BB CUrve 9320 blackBerry smartphones are not supported Blackberry Map (GPS)

    Why I can't open Map (GPS) Blackberry in my BB Curve 9320?

    kyachinumog wrote:

    Yes, I'm the India... n its Airtel India... so can I know when people India get service map BB... why the r negleted India?

    Hi kyachinumog

    No, I'm sorry but you are wrong! RIM has never neglected the India or any country in Asia, infact they do much more for us than America or Europe. Regarding the support for BlackBerry Maps questions have been raised regularly. As she opened a Forums I don't want to explain all the facts, but some of our Government policies restricting these Services in India and a few country neighbors. I hope you understand.

    Prince

    ____________________________________________________________________________

    Click 'Like' If you want to thank someone.

    If problem resolves mark message (s) as a 'Solution', so that others can use.

  • Possible to send location for BlackBerry maps using the cards: / / URI?

    I was wondering, since we can launch BlackBerry maps maps: / / is there a way that we could send a location for maps of the URL?

    As maps://Kingston-Upon-Hull

    You can use ' geo:,' uri without the ' / /'.

    For example, this url should get you close to where I live:
    Geo:46.29, - 72.66

  • Z10 blackBerry how do you remove BlackBerry Maps of the Z10

    Maps does not work so I would remove and reinstall from BlackBerry World.

    How do you remove BlackBerry Maps of the Z10?

    Try this

    http://supportforums.BlackBerry.com/T5/General-BlackBerry-10-Smartphone/how-to-reload-your-Blackberr...

  • BlackBerry Blackberry Maps Z10 does not not on Telus

    BlackBerry Maps were not loading for me since yesterday at 19:00.  I rebooted my phone, took in the SIM without success.  The map loads and get my position, but the entire map is just a blank white screen.

    A friend in one of the BBM groups in that I am is also having the same problem with a Z10 on Telus.  It is in Calgary, I'm in Toronto.  Internet and everything works.  Third-party applications that use the API of the card still work perfectly.

    I'm on Telus with an OS Z10 10.1.0.4181

    I use the Blackberry Maps 10.1.0.810 version

    There work.  had clear the history:

    1. open maps

    2. pull on the adjustment of the top menu (sliding down the top and press settings)

    3 clear history

    4. all clear

    5 cards close and restart maps

    Don't know why it would have created a problem although...

Maybe you are looking for