![]() |
|
|
#1
|
||||
|
||||
|
Google Maps API Announced
http://www.google.com/apis/maps/
From the GoogleBlog titled; The world is your JavaScript-enabled oyster |
|
#2
|
||||
|
||||
|
Yay!!!!!!!!!!!!!! Another really awesome thing that Google is doing. Been wanting this for awhile.
__________________
~ Shawn @Twitter Keyword Tracker Please do not PM, IM or email me for product or tool support (they will go unread/ignored), and don't "friend" me unless we are really friends. |
|
#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..
__________________
Real Estate Directory - includes featured areas, links to the MLS Search and Agent/Broker listings. |
|
#4
|
||||
|
||||
|
Quote:
Shannon |
|
#5
|
||||
|
||||
|
That is great news. There are some great apps being made from Google Maps, ans I didn't like seeing them taken down.
|
|
#6
|
||||
|
||||
|
Quote:
|
|
#7
|
||||
|
||||
|
That's awesome!
__________________
|
|
#8
|
||||
|
||||
|
Seems pretty easy to implement. NICE Catch!!!
|
|
#9
|
||||
|
||||
|
For those that need to geocode an address, there's http://search.cpan.org/~sderle/Geo-Coder-US/ a perl module to help with that, or there's http://geocoder.us/help/ that has put this module to use and wrapped some web services around it.
__________________
|
|
#10
|
||||
|
||||
|
Okay, I found one annoying thing with it... the key is bound to a specific URL instead of a domain (or directory within a domain). For example, my map works on my blog:
http://www.digitalpoint.com/~shawn/ But if you go to the detail page for the entry: http://www.digitalpoint.com/~shawn/2...-property.html it doesn't work.
__________________
~ Shawn @Twitter Keyword Tracker Please do not PM, IM or email me for product or tool support (they will go unread/ignored), and don't "friend" me unless we are really friends. |
|
#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.
__________________
|
|
#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/.
__________________
Real Estate Directory - includes featured areas, links to the MLS Search and Agent/Broker listings. |
|
#13
|
||||
|
||||
|
from their maps api TOS:
Quote:
|
|
#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.
__________________
Real Estate Directory - includes featured areas, links to the MLS Search and Agent/Broker listings. |
|
#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! |
|
#16
|
||||
|
||||
|
Nevermind...I figured it out
var point = new GPoint(-73.498467, 41.281851); var marker = new GMarker(point); map.addOverlay(marker); |
|
#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! |
|
#18
|
||||
|
||||
|
Does this work on google UK?
__________________
Try: Sell Your Ad Space - Thousands Of Visitors Want To Buy Your Ad Space Global Internet Index Directory <- Check it out! -> |
|
#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! |
![]() |
| Bookmarks |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Nice, Google Maps + Real Estate | mizt | Programming | 2 | May 5th 2006 2:05 am |
| Skinned Google Maps | NewComputer | 14 | Jun 25th 2005 1:10 am | |
| Different Uses for Google Maps | yfs1 | General Chat | 8 | Jun 17th 2005 5:11 pm |
| Google Maps meets Craiglist | T0PS3O | 9 | Apr 13th 2005 2:33 pm | |
| maps.google.com | digitalpoint | 24 | Feb 10th 2005 9:22 am | |