facebook

Google Map Link

💡
Our Forums Have Moved

For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub

  1. MobiOne Archive
  2.  > 
  3. Getting Help – General
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #330458 Reply

    Yann
    Member

    Hello support,
    on my app i’ve a js google map function

    destination = "some address somewhere";
     googleDirectionsURL = "http://maps.google.com/?saddr=" + position.coords.latitude + "," + position.coords.longitude + "&daddr="+escape(destination);
    window.location.href = googleDirectionsURL;

    Before Ios 6 This function opens the Google app , since Ios6 update this is safari is launched instead of google map
    have you a solution about this?
    Thanks
    Yann

    #330484

    support-michael
    Keymaster

    @Yann

    >Before Ios 6 This function opens the Google app , since Ios6 update this is safari is launched instead of google map
    have you a solution about this?

    One approach is to use the Designer’s new google map widget introduced in MobiOne 2.1. Your old solution is dependent up on iOS default behavior which as you have discovered changed in iOS6 as Apple has discontinued the native Google maps app.

    #330519

    Yann
    Member

    Hello Wayne
    thanks
    have you some example to place marker and can i trace an itinerary whith this widget?
    on properties windows i saw only location but may be is possible in JS?
    thanks
    Yann

    #330623

    Hi Yann,

    MobiOne 2.2 is planned for release next week. We will provide an api for accessing and using google maps JS api.

Viewing 4 posts - 1 through 4 (of 4 total)
Reply To: Google Map Link

You must be logged in to post in the forum log in