1. #1
    Sencha User
    Join Date
    Nov 2007
    Posts
    293
    Vote Rating
    0
    Sesshomurai is on a distinguished road

      0  

    Default Get GPS location of device?

    Get GPS location of device?


    Hi,
    Is there any way in touch 2.0 to get the GPS location from the device and use it?

    I couldn't find any answers in the forums or examples on how to do this. Perhaps it needs the native bundle?

    thanks

  2. #2
    Sencha - Ext JS Dev Team evant's Avatar
    Join Date
    Apr 2007
    Location
    Sydney, Australia
    Posts
    15,088
    Vote Rating
    97
    evant is a splendid one to behold evant is a splendid one to behold evant is a splendid one to behold evant is a splendid one to behold evant is a splendid one to behold evant is a splendid one to behold evant is a splendid one to behold

      0  
    Evan Trimboli
    Sencha Developer
    Twitter - @evantrimboli
    Don't be afraid of the source code!

  3. #3
    Sencha User
    Join Date
    Nov 2007
    Posts
    293
    Vote Rating
    0
    Sesshomurai is on a distinguished road

      0  

    Default


    That's not global positioning system? I meant the GPS latitude/longitude.

  4. #4
    Sencha User
    Join Date
    Nov 2007
    Posts
    293
    Vote Rating
    0
    Sesshomurai is on a distinguished road

      0  

    Default


    nm. I see how it works now. Thanks!

  5. #5
    Sencha User
    Join Date
    Nov 2007
    Posts
    293
    Vote Rating
    0
    Sesshomurai is on a distinguished road

      0  

    Default


    I tried this on android phone and it doesn't seem to work.

  6. #6
    Sencha - Senior Forum Manager mitchellsimoens's Avatar
    Join Date
    Mar 2007
    Location
    St. Louis, MO
    Posts
    33,641
    Vote Rating
    434
    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


    We have an Ext.util.GeoLocation class that uses the HTML5 geolocation spec. There is the locationupdate event that fires when the coords are returned.
    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.

  7. #7
    Sencha User
    Join Date
    May 2012
    Posts
    9
    Vote Rating
    -1
    those is an unknown quantity at this point

      0  

    Default


    Please could you give me an short example, how can I use the Ext.util.Geolocation class in the Ext.MAp class. I cant get this work at the andriod device. useCurrentPosition works perfect on iOS but not on android. I´ve been searching for hours for an solution. I´m using ST 2 / anroid 2.2.. It is possible without building a native app, just running on the android browser and get the current possition via GPS?

    Thanks a lot....really great job this framework !!!