1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Google Maps API Announced

Discussion in 'Google API' started by rustybrick, Jun 29, 2005.

  1. #1
    rustybrick, Jun 29, 2005 IP
    nevetS likes this.
  2. digitalpoint

    digitalpoint Overlord of no one Staff

    Messages:
    38,333
    Likes Received:
    2,613
    Best Answers:
    462
    Trophy Points:
    710
    Digital Goods:
    29
    #2
    Yay!!!!!!!!!!!!!! Another really awesome thing that Google is doing. Been wanting this for awhile.
     
    digitalpoint, Jun 29, 2005 IP
  3. gemini

    gemini Peon

    Messages:
    256
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Nice! Have anyone already tried it? Do we have to feed the addresses by coordinates only? Or I'm missing something?

    P.S. Oh, I see we have to use third party geotargeting services..
     
    gemini, Jun 29, 2005 IP
  4. Smyrl

    Smyrl Tomato Republic Staff

    Messages:
    13,740
    Likes Received:
    1,702
    Best Answers:
    78
    Trophy Points:
    510
    #4
    Ok, Shawn, you have a new toy. I'm now awaiting a new tool. :)
    Shannon
     
    Smyrl, Jun 29, 2005 IP
  5. dvduval

    dvduval Notable Member

    Messages:
    3,369
    Likes Received:
    356
    Best Answers:
    1
    Trophy Points:
    260
    #5
    That is great news. There are some great apps being made from Google Maps, ans I didn't like seeing them taken down.
     
    dvduval, Jun 29, 2005 IP
  6. Volknet

    Volknet Peon

    Messages:
    609
    Likes Received:
    10
    Best Answers:
    0
    Trophy Points:
    0
    #6
    LOL. I second that.:D
     
    Volknet, Jun 29, 2005 IP
  7. nevetS

    nevetS Evolving Dragon

    Messages:
    2,544
    Likes Received:
    211
    Best Answers:
    0
    Trophy Points:
    135
    #7
    That's awesome!
     
    nevetS, Jun 29, 2005 IP
  8. rbucich

    rbucich Peon

    Messages:
    266
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #8
    Seems pretty easy to implement. NICE Catch!!!
     
    rbucich, Jun 29, 2005 IP
  9. nevetS

    nevetS Evolving Dragon

    Messages:
    2,544
    Likes Received:
    211
    Best Answers:
    0
    Trophy Points:
    135
    #9
    nevetS, Jun 29, 2005 IP
  10. digitalpoint

    digitalpoint Overlord of no one Staff

    Messages:
    38,333
    Likes Received:
    2,613
    Best Answers:
    462
    Trophy Points:
    710
    Digital Goods:
    29
    #10
    digitalpoint, Jun 29, 2005 IP
  11. nevetS

    nevetS Evolving Dragon

    Messages:
    2,544
    Likes Received:
    211
    Best Answers:
    0
    Trophy Points:
    135
    #11
    I saw that the key was bound to a specific url, but I didn't realize it was directory based. That means your maps pages will all have to be in a "maps" directory with no subdirectories. Hmph.
     
    nevetS, Jun 29, 2005 IP
  12. gemini

    gemini Peon

    Messages:
    256
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #12
    geocoder.us switches me to a different address when I type in address of my office.. weird :( Like it can't map my office's address so it gives me the address about 2 miles north from my office..

    Barry bloged about Google Map Hacks a few days ago, here are the links he mentioned - really cool implementation: http://www.busmonster.com/, http://housingmaps.com/.
     
    gemini, Jun 29, 2005 IP
  13. Liminal

    Liminal Peon

    Messages:
    1,279
    Likes Received:
    63
    Best Answers:
    0
    Trophy Points:
    0
    #13
    from their maps api TOS:

    So i guess that's the catch. They will probably introduce the ads later when the maps market is saturated enough and all the implementation details on their ads are sorted out. I wonder if eventually you can get a share of a click on these ads if you are an AdSense publisher
     
    Liminal, Jun 29, 2005 IP
  14. gemini

    gemini Peon

    Messages:
    256
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #14
    I hope they won't use text ads :) I could of live with ads of near located businesses, but not competitive. I mean like markers in the Google Earth for Boarding, Dining, Bars etc.
     
    gemini, Jun 29, 2005 IP
  15. rbucich

    rbucich Peon

    Messages:
    266
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #15
    I've had no problem getting the map to load using their example code. But since I am not javascript savvy, I need a but of a push assigning coordinates to markers.

    Any help?

    Also, I understand the API key won't work with domain.com if it assigned to www.domain.com

    Thanks!
     
    rbucich, Jun 29, 2005 IP
  16. rbucich

    rbucich Peon

    Messages:
    266
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #16
    Nevermind...I figured it out

    var point = new GPoint(-73.498467, 41.281851);
    var marker = new GMarker(point);
    map.addOverlay(marker);
     
    rbucich, Jun 29, 2005 IP
  17. rbucich

    rbucich Peon

    Messages:
    266
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #17
    Little by little...getting the hang of this.

    Can anyone forward the code for adding a small text window for the marker above.

    I would like (if possible) is to add a small static text box with a larger one that opens with more info when the marker is clicked on.

    Thanks!
     
    rbucich, Jun 29, 2005 IP
  18. T0PS3O

    T0PS3O Feel Good PLC

    Messages:
    13,219
    Likes Received:
    777
    Best Answers:
    0
    Trophy Points:
    0
    #18
    Does this work on google UK?
     
    T0PS3O, Jun 30, 2005 IP
  19. dave487

    dave487 Peon

    Messages:
    701
    Likes Received:
    20
    Best Answers:
    0
    Trophy Points:
    0
    #19
    Seems to work fine in the UK, if you scroll miles to the right from the US you arrive in the UK anyway.:)
     
    dave487, Jun 30, 2005 IP
  20. domokun

    domokun Peon

    Messages:
    151
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #20
    Hurrah!
    Yesterday I was fumbling around for decent tutorials -today Google has laid it all out for my in black & white.
    Google strikes again!
     
    domokun, Jun 30, 2005 IP