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

      0  

    Default Unanswered: Where do I put Google Maps logic in Sencha-Touch 2? Multiple markers.

    Unanswered: Where do I put Google Maps logic in Sencha-Touch 2? Multiple markers.


    I have a functioning Google Map running on Google Appengine.

    I want to turn this into a mobile friendly interface by using Sencha Touch 2.

    Maybe I'm supposed to know Sencha EXT JS4 as well but I can't see it stated anywhere in the docs.
    I don't know JavaScript well. This is my 'learn by doing' app.

    I've been reading the examples in documentation for Sencha Touch 2 but it stops short after getting some TabPanels with basic html and images. There are some other examples on github for Sencha Touch 2 MVC & forms which I'd like to work on but the first step is to re-create my functional map.

    This question is also posed on Stack Overflow here: http://stackoverflow.com/questions/8...ltiple-markers

  2. #2
    Sencha - Senior Forum Manager mitchellsimoens's Avatar
    Join Date
    Mar 2007
    Location
    St. Louis, MO
    Posts
    33,635
    Vote Rating
    435
    Answers
    3106
    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


    You don't need to know Ext JS 4 to work with Sencha Touch 2, they are similar in some aspects but very different in others.

    First, are you going to be using MVC or no?
    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.

  3. #3
    Sencha User
    Join Date
    Jan 2012
    Posts
    3
    Vote Rating
    0
    gyaresu is on a distinguished road

      0  

    Default


    The app I am putting together won't be large so I can do it without breaking it up.

    I ultimately just want to get a simple html page, map page & list page.

    I'm guessing I need to change my 'for' loop into a bunch of Ext.Map method calls in a loop. Correct?

    Thanks for replying

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

      0  

    Default


    I've gotten no suggestions here or on Stack Overflow.

    Is the assumption of my question wrong?
    Last edited by gyaresu; 26 Jan 2012 at 5:33 AM. Reason: brevity