Google Maps need help

I was at a cafe today and wanted to find my way to a new location in the same town.
I looked up the address in Google maps to the cafe where I was and was going to do a 'from here' 'to there' route.
My question is with my current location (cafe) in the 'from here', how do I search for the new location whilst keeping the current location in the from here box?
Do I have to first bookmark the 'from here' location, then find the 'to there' loction, then go back load the bookmark and do a route? Seems a long way around.
Any 'smart' iphone Google maps users be able to help?
thanks

I'll try and explain what I am trying to do.
I went to a cafe and from there I wanted to go to a shop in the same town.
I searched GM's for the cafe, so I could put it in my 'from here' field.
Now I wanted to search for the shop, I knew it's name so I searched and found it, I chose this as my 'to here' field but now my from 'here field' is empty (the cafe I am at).
The only way I could do it was bookmark the cafe I was in, search for the shop and click 'to here', then in the 'from here' click and choose the cafe bookmark.
Is there another way to do this?
thanks

Similar Messages

  • User define functions in Mapping - Need help...

    I have the following Source structure
    <root> (1...Unbounded)
      <field1>
      <field2>
      <field3>
    </root>
    and need to map this in
      <target>
          <fields1>
          <struct1>
             <field2>
           </struct1>
          <struct1>
             <field3>
          </struct1>
        </target>
    i.e i need to create twice the struct1 one for each field (field2, field3) no matter how many rows I have...
    Example:
    <row>
       <f1>1.1
       <f2>1.2
       <f3>1.3
    </row>
    <row>
       <f1>2.1
       <f2>2.2
       <f3>2.3>
    </row>
    should result:
      <target>
           <f1>1.1
           <struct1>
               <f>1.2
           </struct1>
           <struct1>
              <f>1.3</f>
           </struct1>
      </target>
    Please advide

    Thanks for the answer. But the problem is that the target structure is a standard IDOC and can not be change to be more exact:
    The target message has two fields
    <row>
       GIDate
       DocDate
    </row>
    and need to create two segments of the idoc  SHP_IBDLV_CONFIRM_DECENTRAL.SHP_IBDLV_CONFIRM_DECENTRAL02
    for segment E1BPDLVDEADLN where TIMETYPE and TIMESTAMP_UTC changes based on the two flat fields of the row structure:
    e.g.
    if I have
    <row>
      <deliveryNo>1111111111
      <GIdate>20070909</gidate>
      <DocDate>20071010</DocDate>
    </row>
    in the Idoc I neew to have
    <E1BPDLVDEADLN>
    <DELIV_NUM>1111111111
    <TIMETYPE>WSHDRWADTI
       <TIMESTAMP_UTC>20070909
    </E1BPDLVDEADLN>
    <E1BPDLVDEADLN>
      <DELIV_NUM>1111111111
      <TIMETYPE>WSHDRLFDAT
       <TIMESTAMP_UTC>20071010
    </E1BPDLVDEADLN>
    I hope this is more clear...

  • OCI/SQLT Typecode Mapping - Need Help

    Greetings,
    I am writing OCI based driver/etl tool with 10.2 instances. I am trying to reduce type conversions b/n export/import databases and also reduce similar conversions at ETL tool(OCI lib) itself. Hence i went out to use best possible external datatype (c/c++) mapping for particular internal type (oracle storage). OCI provides various API's to convert b/n types but, my whole idea is to reduce these conversions as much as possible at any level. So, to keep varchar2(OCI_TYPECODE_VARCHAR2) as varchar2(SQLT_XXX), i am not able to find a conclusive answer. I found this non-agreeing piece of information in OCI Programmers Guide, 10.2 Nov 05 release.
    Location 1:
    Page 3-6, Table 3-2 (*External Datatypes and Codes*)
    Also Here: [http://download.oracle.com/docs/cd/B28359_01/appdev.111/b28395/oci03typ.htm#CEGIEEJI]
    Varchar2 maps normally maps to SQLT_CHAR, size(n) as it says.
    Location 2: Page 3-27, Table 3-11 (*OCI_TYPECODE to SQLT Mappings*)
    Also Here: [http://download.oracle.com/docs/cd/B28359_01/appdev.111/b28395/oci03typ.htm#g454572]
    Varchar2 maps to SQLT_VCS, size(n)
    Any comment helping me to understand this or pointing where i am going wrong is much appreciated, thanks in advance.

    you're not getting OCI_TYPECODE_BDOUBLE but SQLT_IBDOUBLE..
    OCI will always report you
    - SQLT_IBDOUBLE for BINARY_DOUBLE colums
    - SQLT_IBFLOAT for BINARY_FLOAT colums
    SQLT_BDOUBLE and SQLT_BFLOAT are sql type codes thant you can specify when you define or bind variable.
    Once again, certains sql type are meant to be reported by Oracle and others meant to be set by applications to tell OCi how to retrieve the data.
    Read again the OCI guide :
    BINARY_FLOAT and BINARY_DOUBLE
    The BINARY_FLOAT and BINARY_DOUBLE datatypes represent single-precision and double-precision floating point values that mostly conform to the IEEE754 standard for Floating Point Arithmetic.
    Prior to the addition of these datatypes, all numeric values in an Oracle database were stored in the Oracle NUMBER format. These new binary floating point types will not replace Oracle NUMBER. Rather, they are alternatives to Oracle NUMBER that provide the advantage of using less disk storage.
    These internal types are represented by the following codes:
    * SQLT_IBFLOAT for BINARY_FLOAT.
    * SQLT_IBDOUBLE for BINARY_DOUBLE.
    All the following host variables can be bound to BINARY_FLOAT and BINARY_DOUBLE datatypes:
    * SQLT_BFLOAT (native float)
    * SQLT_BDOUBLE (native double)

  • Developing XML-driven map - need help with function.

    Hey all,
    I've created a map that loads a bunch of locations, saved
    with labels and X&Y coordinates which is all stored in an XML
    File. The list is populated into a list component, where a user can
    click an item and see the map zoom over to the corresponding
    location. This part works fine.
    What I'm trying to do now is make it so when you click a
    location on the map, it has the same behavior as if you clicked the
    same item location in the list. Problem is, I can't figure out to
    write that function, so I figured 1000 brains are better than one.
    Can someone please tell me what I'm doing wrong?
    Thanks, I appreciate it...It's gotta be something simple I'm
    missing.

    Also, I'm calling an xml file with locations, coordinates,
    labels, etc.... That looks like this:
    <item>
    <building>Academic Computing Center</building>
    <mapnumber>1</mapnumber>
    <xposition>-560</xposition>
    <yposition>-638</yposition>
    <mapscale>3</mapscale>
    <labelx>516</labelx>
    <labely>93</labely>
    <thumb>thumbs/ACAD-sm.jpg</thumb>

  • Google video and google maps?

    do either of these work on ipod touch, i know the iphone has a google maps app.
    but can u just go to www.maps.google.com on the ipod touch and it will work?
    wut about google video?

    Correct, they don't need Java. They are 100% Javascript/images based. Might be some jsp on the server end, but nothing on the user end.
    Now than, Google maps need double click and hover events to work right. Because of the Touch's interface, neither of these events are available. So maps are crippled, at best.
    If you look at the map at http://www.BoyneUSAResorts.com, it is a sample of some linking that does actually function. What you can't do is zoom in, or drag the map. Oh well, small price to pay. And this is why the Google Map app is on the iPhone.

  • Cfwindow and google maps

    I am sure that many tried to display the google map in a cfwindow using the source attirbute...
    Does anyone found a solution to this yet??

    Correct, they don't need Java. They are 100% Javascript/images based. Might be some jsp on the server end, but nothing on the user end.
    Now than, Google maps need double click and hover events to work right. Because of the Touch's interface, neither of these events are available. So maps are crippled, at best.
    If you look at the map at http://www.BoyneUSAResorts.com, it is a sample of some linking that does actually function. What you can't do is zoom in, or drag the map. Oh well, small price to pay. And this is why the Google Map app is on the iPhone.

  • -webkit-transition and google maps

    Hey, everyone, I'm having some problems with -webkit-transition in safari, not sure if this is cause of google map or not, I'm creating map, and then putting some element with absolute positioning and with -webkit-transition for inner elements, without map everything is fine, but with it started to streak on hover, the whole element. Checked this in Chrome - everything is fine.
    Someone had this problems?

    Correct, they don't need Java. They are 100% Javascript/images based. Might be some jsp on the server end, but nothing on the user end.
    Now than, Google maps need double click and hover events to work right. Because of the Touch's interface, neither of these events are available. So maps are crippled, at best.
    If you look at the map at http://www.BoyneUSAResorts.com, it is a sample of some linking that does actually function. What you can't do is zoom in, or drag the map. Oh well, small price to pay. And this is why the Google Map app is on the iPhone.

  • Should I download and install the latest version of Adobe Flash to use with Lion?  My need for Flash is very basic: Google Maps, YouTube, and content on certain websites.  Thanks for any help you are able to provide.

    Should I download and install the latest version of Adobe Flash to use with Lion?  My need for Flash is very basic: Google Maps, YouTube, and content on certain websites.  Thanks for any help you are able to provide.

    Thanks for the speedy reply.  I have read so many comments about Flash being incompatible with Lion I was wondering whether to download it or not.  So many sites on the Web still require flash, however, you almost don't have a choice but to download it even if it is incompatible.  I gather a better version of Flash will be available for Lion soon.  Again, thanks for the help.  I will download the latest version of Flash.

  • Need help with latest version of Google Maps

    Have the 8700 series Blackberry, google maps 2.0.3 worked fine for last 2 years, upgraded to 2.3.2 yesterday and the application downloaded but wont run.  Starts to run and then get the following message:
    'Network unavailable: This application requires a data connection and some Blackberry devices require reconfiguration to work properly'.
    Can connect to the Internet using browser just fine, all other features of the blackberry working just fine.
    Any help would be appreciated.
    By the way, did already uninstall and reinstall the application a few times.  I wish I had kept the old version just in case.

    Seems that new version GoogleMaps does not work on your device.
    You can install old version on your device.
    If old version does not work after uninstalling new version and installing old version do the following:
    Backup your sensitive data via Blackberry Desktop Manager.
    Wipe your device memory:
    Go to: Options - Security Options - General Settings
    open menu and select "Wipe handheld"

  • Need help with icloud, FIND MY IPHONE, google maps

    I pull up icloud on my computer, see all my iphones that are on listed but when I go to test the FIND MY IPHONE, all I see is the iphone I chose and a "CAN'T SHOW LOCATION, GOOGLE MAPS IS NOT AVAILABLE".  How do I make it available?  I have google earth downloaded on my notebook and it works on my desktop computer but not on my laptop.  I have hit "display content" on the alert bar but I get nothing.

    I had the same problem when I used Firefox as my browser; problem went away when I used IE instead.

  • I was google mapping and my ipad bacame hung. Can neither exit nor switch off. need help!

    I was google mapping and my ipad hang. Can neither exit nor switch off. Any advice on what's gone wrong?

    Try a restart:
    To restart (reboot) Press and Hold the Home and Power buttons until the Apple Logo appears, about 10 seconds.

  • I have an Imac.  When I click to open google maps a permeable but dark screen covers my monitor screen and I get a note that tells me to shut down the computer and restart it.  This hasn't helped.  Everything else seems to work fine.

    When I attempt to open google maps in Firefox on my Imac, a dark screens descends over my monitor screen and a note tells me there's been an error, no number is noted, and that I need to turn off and restart my computer.  This doesn't help, but everything else works, including google maps in other browsers.

    This is a kernel panic.
    First verify that Firefox is fully updated including all extensions.
    If this fails to fix....
    Restart in Safe Boot mode then open Firefox.
    *  shutdown
    *  start the Mac and *wait* for the startup chime to sound
    *  after the sound, press and hold down the shift key
    *  keep holding and *wait* until the grey  Apple logo appears
    *  now release the shift key and just wait (it could take a few minutes)
    *  eventually the login screen appears with the words SAFE BOOT
    *  login and open Firefox.
    If you continue to have problems see this article for more options to fix.
    http://www.macworld.com/article/2027201/how-to-troubleshoot-a-kernel-panic.html

  • Help opening google map in new window

    hi. hope you guys can help.. below is a link to my website
    page i need help with... when i put the postcode (zip code) in i'd
    like the google map to open in a new window when i've pressed enter
    and the 'get directions' button but finding it hard to do so. any
    help would be great.
    http://www.panterhudspith.com/contact.html
    thanks

    target="_blank"
    in the <form> tag should do it.

  • Help with BC and Google maps integration

    Hi, I am considering going for the paid option of BC so that I can have access to the web apps.  But before I go ahead, I have  a few questions for someone who may be able to help.
    I am building the site on adobe muse - this is not the latest version of muse as I am working on an windows 7 computer.  Would all the BC web apps work on the site for all it is not the latest version?
    Also, the thing  I am really interested in is the ability to do an interactive map, building pins etc at the back end - is there any tutorials that anyone can point me to to help possibly with styling of say the little pop up box?  I have watched the AID+BC muse and BC dynamic duo webinar on aidbc already, but wondered if there was more tutorials that would help.
    Also, is it possible to use a stylized map, or do you have to go with the default google map?  If you can use a stylized map, how do you add this to the BC web app.
    Sorry for so many questions, but need to know before I make the leap onto a paid BC option.
    Many thanks for anyone who can help
    Michele

    HI Michelle,
    Muse can not and does not utilise or have access to all that BC is. It does not give you access to the layouts and things like eCommerce and Web apps in the full ability sense. You can build interactive maps with the google API, web apps as the source of data, using the address lat and long or geo location ability etc But its not something you can do really Muse on its own.

  • New to Illustrator, need help creating a map?

    Need to create a map of a neighborhood.  New to program any help would be great!

    rdelaroca,
    There are vector maps available for many areas.
    Or you may work on a locked image from Google Maps or something including the important parts/themes/whatever, using the Pen Tool as the primary tool for shapes in general.

Maybe you are looking for

  • ICal for the dim witted

    Every year I have to copy the events of the current year to the same dates of the following year (holidays, birthdays, etc..). But there is no quick way to hop 1 year at a time It has to be done by pressing the arrow which flips the months forward or

  • Loading *.txt files in web service

    I have a running web service on Axis, and can communicate with it from a j2se client and a browser test client. I'm attempting to load a txt file of data in the web service (stores a list of usernames). But the code can't locate the text file. Where

  • Replacing Selected Areas with White Space

    I am using Acrobat version 8 on an XP Pro SP2 system. I have a PDF file. Certain selected areas I wish to replace with pure white space. How can I do that?

  • Upright Batch not working properly/individually

    Hi, according to https://helpx.adobe.com/de/lightroom/help/upright-automatic-perspective-correction.html , upright is analyzed for each picture individually, when only selecting the "upright mode" and not "upright transformation" when syncing/copying

  • TS3694 Help!  Restore of iPhone keeps failing.

    Error code 6. I've try disabling my security software and re-doing the TCP config as suggested in the help. But nothing is working.  Was in the process of updating to new OS on phone via iTunes when happened. My phone is now completely unusable and I