Display the current location on Blackberry Maps

Hi all

I have an application that displays a number of places on a map. I have create a situation with all the included sites document and then call blackberry maps. This all works fine, but I can't work on how to show the current location of the user and the sites that I spent in.

Ideally, I would like to the user's location to display a small blue mark (like it on google maps) and sites to display as normal red pawns. Is this possible?

Otherwise, I thought to put the current location in the rental document (which I did successfully for more information getRoute) but how then the user distinguished between their situation and sites? Is it possible to create custom pins?

MapField gives you the opportunity to paint your own markers. I suggest that you look on this.

Tags: BlackBerry Developers

Similar Questions

  • Is there a tag to display the current year? For example, the exercise of copyright?

    Is there a tag to display the current year? For example, the exercise of copyright? I want to put this in the site map (I guess) so it is displayed on the footer of each page.

    With the addition of liquid you can easily do this using:

    {{globals.site.dateNow | date: "yyyy"}}

    Please review the documentation to learn more about what you can achieve with liquid:

    Introduction to liquid

    Liquid | Reference

  • Unable to determine the current location by this time El Capitan

    Hello.

    Recently, I have this problem with my Macbook pro. I turn on location services, as you can see...

    ... but my computer is unable to determine the current location in the date and time. Cards and find my mac are not also work more.

    Currently I have version 10.11.5 of El Capitan. It happened from one day to another, I don't update the software or anything like that.

    Thank you

    Edgar Lopes

    Turn on Wi - Fi for the information about the location.

  • URL address box does not display the current page.

    With the 4.0.1 update, the URL address box does not display the current page.

    All that shows is the text: «Go to web site»

    To now see the url of the current page, you need to make a right click the empty space is the address box and press the button "esc".

    Is there a way to display the url of the current page?

    This problem may be caused by an extension that is not working properly.

    Start Firefox in Firefox to solve the issues in Safe Mode to check if one of the extensions of the origin of the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > appearance/themes).

  • Join Meeting unavailable option and touch screen displays the current meeting.

    Hello

    We had a video-conference in our society, here is the list of endpoints participating in the Conference

    Tandber C60 - TC5.1.3.292001
    Cisco SX20 TP - TC6.3.0.3d8e7d1
    Cisco TP MX 200 - TC6.3.0.3d8e7d1
    Cisco TP MX 300 - TC6.3.0.3d8e7d1

    We have touch panel connected to all the codec above. We noticed that join meeting is sometimes unavailable, and touch screen displays the current meeting.

    Can you please let me know why this problem is intermittent.

    Hi Sandesh,

    If a conference is reserved as booking of TMS, it is expected that the keys 'register' on the endpoints are disabled.

    For more information on how and why reservations from Outlook could be "downgraded" to booking, see page 59 and 60 of the TMSXE Deployment Guide.

    Kind regards
    Kjetil

  • Unable to set the current location of the recovery image - "the recovery image cannot be written - error Code: 0x80004005.

    Original title Windows 8 error

    I'm trying to set the current location of the recovery image that I created with this command: "recimg /setcurrent C:\RefreshImage", but I get this error:
    "The recovery image cannot be written.
    "Error code: 0x80004005.

    I'm not trying to create an image, because I already have. I had backed up and copied to an external drive. My current drive became unbootable plu and had to rebuild and now want to set the location of the recovery image, I get this message on multiple computers.

    Hey guys

    don't know if your problem persists

    I solved my problem

    My recimg has win8.1 and my current OS is win8

    I've updated to win 8.1 and then set in the former could earn 8.1 recimg

    Salute the master

    PS. hope this works

  • How do I get the browser permission to set the current location

    I had this problem before, and it's why I keep getting of Richardson, Tx. and sometimes even close to cities.  Most of the time my position shows Richardson, Tx. and when I try to detect my location I get the browser refused permission for the current location warning box.

    I tried my solutions I have found on the internet, and none of them don't keep my sheet set, even after he declares that it is set. How can I get the permission of the browser set my current position (Jackson, TN)?

    A lot of time, the sites asking that your location will try to determine based on your IP address, which may return strange results if your Internet connection performs the routing in other places.

    You can make sure that this check box is disabled, as shown in this picture of eightforums:

    But you can also set the default location to use, here:

  • BI Layout Editor - how to display the current date?

    Hello

    Recently used BI Layout Editor (previously using MS Word to create the presentation of the State).

    He seems really nice and easy to use.

    However quick Q - How to display the current date in the layout editor (to show the report run date).

    Any quick suggestions is appreciated.

    Thank you

    Vivek

    Tab displays your selection available.

    It's like how when you insert the table in the Word document and when you select the table, you would see 2 additional tabs such as the design and the tool.

    Can you please insert "Text Element" and select the text element and see if you go to the tab 'text '?

  • Is it possible to display the dynamic value in the ToolTip? I tried: this.assist.toolTip.value = this.rawValue; for a text field 'property MouseEnter', but it does not display the current raw value. It displays a previous raw value of the field... Guilty

    Is it possible to display the dynamic value in the ToolTip?

    I tried:

    this.assist.toolTip.value = this.rawValue; for a text field on 'ownership' MouseEnter

    but it does not display the current raw value. It displays a previous raw value of the field...

    I wrote 'YYYY', but is not displaying on the first mouseEnter event

    Capture_1.JPG

    When I show event mouseEnter for the 2nd time it gives good value.

    Capture_2.JPG

    Now, I changed the "BBBB" value but the first mouseEnter event it displays the value previous i.e. "YYYY."

    Capture_3.JPG

    I found the solution. I wrote the script ("this.assist.toolTip.value = this.rawValue ;") on 'property MouseEnter' but the need to write the script to the "Output" of the field event. ")

    Thank you.

  • How to make a label (javafx) to display the current time dynamically?

    Hi all

    How to make a label (javafx) to display the current time dynamically?

    I have not found a Type of event related to the time in javafx API.

    Please give me some suggestions. Thank you!

    Sage

    There are lots of examples of JavaFX clocks available, for example https://gist.github.com/jewelsea/3388637 or http://blog.crisp.se/2012/08/09/perlundholm/an-analog-clock-in-javafx

    For a simple label displaying the time, the simplest thing is to create a Timeline with duration 1 second and the number of indefinite cycle, which triggers an event handler that updates the label:

    final Label clock = new Label();
    final DateFormat format = DateFormat.getInstance();
    final Timeline timeline = new Timeline(new KeyFrame(Duration.seconds(1), new EventHandler() {
         @Override
         public void handle(ActionEvent event) {
              final Calendar cal = Calendar.getInstance();
              clock.setText(format.format(cal.getTime());
         }
    });
    timeline.setCycleCount(Animation.INDEFINITE);
    timeline.play();
    

    (If you use Java 8, use the new time API, which is much more pleasant than calendar.)

  • How to display the current date in a project CP5?

    What is the best way to display the current date in captivate?

    Hello

    Use a text caption in which you insert the system variable cpInfoCurrentDate.

    Insert a variable is possible with the X in the Format of the text caption properties panel accordion:

  • How to display the current date in a Flex application

    I need to display the current date in my Flex application.  Is there a simple way to do this and post it as a text field or label?  In addition, it can be formatted to display the date as "day of the week, month, day, year"?

    Thank you!

    You can use this page and copy the following code to change the formatString property.

    http://livedocs.Adobe.com/Flex/3/langref/MX/formatters/DateFormatter.html#FormatString

    If this post answers your question or assistance, please mark it as such.

    
    http://www.adobe.com/2006/mxml"
      creationComplete="init();">
      
        
      
      
      
    
    
  • DateChooser display the current date in the format YYYY/MM/DD on init

    I have two date fields. I would like a date picker to display the current date on the complete creation and the other must show 30 days after the date of the day.

    The format must be YYYY/MM/DD.

    I get currently has the date of the day in a called var currentDate, but she returned to 11 December 2008.

    Thanks in advance.

    I have

    You can use the property formatString, like this:

  • Display the current date in the area of the page

    Hello
    Is it possible to display the current date in the region of the Page?

    I need to do something like: welcome & APP_USER. < date >

    Please let me know!

    Hi Suzi,

    I think that the easiest thing would be to create an element of the Application called, say, CURRENT_DATE. Then create a demand for this article - it may be a SQL query:

    SELECT TO_CHAR(SYSDATE,'DD/MM/YYYY') FROM DUAL
    

    You can set it to run once per login or before header.

    Then, edit your page templates and add & CURRENT_DATE. (including the & and the.) wherever you want the date to appear

    Andy

  • 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

Maybe you are looking for