1. #1
    Sencha User
    Join Date
    Feb 2012
    Posts
    3
    Vote Rating
    0
    welovedavid is on a distinguished road

      0  

    Default Answered: Problem showing current location as a pin on Ext.map

    Answered: Problem showing current location as a pin on Ext.map


    Hi all,

    I'm trying to show a map and then add a pin at the users current location. I'm using 'useCurrentLocation : true' so the map centres on the user's location just fine, however I can't add a pin correctly. I've attached a listener to Ext.map event 'maprender' but when I do map.geo.coords gives Null values for Lat and Long. It's as if the maprender event is fired before the location is determined. any suggestions? Is there a later event I can listen to?

    Thanks in advance.

  2. Listen for the locationupdate event on the GeoLocation instance

  3. #2
    Sencha - Senior Forum Manager mitchellsimoens's Avatar
    Join Date
    Mar 2007
    Location
    St. Louis, MO
    Posts
    33,678
    Vote Rating
    435
    Answers
    3111
    mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of

      0  

    Default


    Listen for the locationupdate event on the GeoLocation instance
    Mitchell Simoens @SenchaMitch
    Sencha Inc, Senior Forum Manager
    ________________
    http://www.JSONPLint.com - Source to lint your JSONP!

    Check out my GitHub, lots of nice things for Ext JS 4 and Sencha Touch 2
    https://github.com/mitchellsimoens

    Think my support is good? Get more personalized support via a support subscription. https://www.sencha.com/store/

    Need more help with your app? Hire Sencha Services services@sencha.com

    Want to learn Sencha Touch 2? Check out Sencha Touch in Action that is almost in print!

    When posting code, please use BBCode's CODE tags.

  4. #3
    Sencha User
    Join Date
    Feb 2012
    Posts
    3
    Vote Rating
    0
    welovedavid is on a distinguished road

      0  

    Default Thanks you!

    Thanks you!


    Thanks so much! You are awesome!!!!

  5. #4
    Sencha User
    Join Date
    Apr 2012
    Location
    Aveiro, Portugal
    Posts
    8
    Vote Rating
    0
    JoaoTMDias is on a distinguished road

      0  

    Default


    Hello. How did you solve this? I'm using Sencha Architect to build an app also showing the marker on the current location, but I just can't get it to work.

    Here is my thread:
    http://www.sencha.com/forum/showthre...Showing-on-Map