Real Estate Forums
| Website Usability Website usability is determined by user satisfaction, ease of learning, user ability to remember an organization and its functionalities. |
![]() |
|
|
Thread Tools | Display Modes |
|
||||
|
If someone could point me in the right direction it would be greatly appreciated.
I downloaded my google map api key and began to play around with some maps for my website. I have no problem creating the size of the map, pulling up coordinates and displaying these maps. But after trying for an hour I still can't set a simple red marker on a location. Great free coordinate tool http://www.infosports.com/m/map.htm My test site http://www.coastalmobile.com/google-map-test.html This is the code I have to create the map: var map = new GMap(document.getElementById("map")); map.addControl(new GSmallMapControl()); map.centerAndZoom(new GPoint(-75.15223503112793, 38.622302334540215), 4); What do I add for a simple red dot in the middle? I tried the examples at google with no luck. btw, I saw some of your examples with custom icons rather than red dots. Very cool, I won't even ask how you made them. For now I'd be thrilled with simple red dots.
__________________
Michael Brown REALTORŪ REHOBOTH BEACH CONDOS & TOWNHOMES| REHOBOTH BEACH REAL ESTATE |REHOBOTH BEACH MOBILE HOMES |
|
|||
|
Try this, change the coordinates from 00.00 to where you want the marker to go & change the 'marker text' to the description you want on the marker:
Quote:
|
|
||||
|
Thank you SOOOOOO much. It took me another 30 minutes to get this to work (screwed up my google api key code) but this will certainly do the trick!
Thank you, thank you, thank you!!! If you want a few free one way links just let me know!
__________________
Michael Brown REALTORŪ REHOBOTH BEACH CONDOS & TOWNHOMES| REHOBOTH BEACH REAL ESTATE |REHOBOTH BEACH MOBILE HOMES |
|
||||
|
__________________
Michael Brown REALTORŪ REHOBOTH BEACH CONDOS & TOWNHOMES| REHOBOTH BEACH REAL ESTATE |REHOBOTH BEACH MOBILE HOMES |
|
|||
|
No problem, thanks for the coordinates tool; I've been doing it the hard way.
By the way, here's the code to add a thumbnail to the marker bubble: Quote:
Last edited by skipfactor : 03-15-2006 at 12:45 PM. |
|
||||
|
Indeed it works!!! http://www.coastalmobile.com/cm-test2.html
And to add colored text and multiple lines of text to the marker bubble? I tried html and all I got was a map that did not work. How about the code to make my actual markers my company logo gif instead of the red marker? Then I need to learn how to stick a whole home tour (8 homes on one map) Argh, I think I should just stick with one home- one map, or sign up for some computer code classes at the local community college. I know just enough that after hours of manipulating other peoples code I can sometimes get things to work.
__________________
Michael Brown REALTORŪ REHOBOTH BEACH CONDOS & TOWNHOMES| REHOBOTH BEACH REAL ESTATE |REHOBOTH BEACH MOBILE HOMES |
|
|||
|
Nice Google Map :-) I suppose you've seen this guys site?
http://www.econym.demon.co.uk/googlemaps/ It is the best resource for google map examples I have found.. It helped me make this http://www.thesarasotamls.com/gmap.php :-D |
|
||||
|
Thank you again. You guys are absolutely incredible. I think I have found a new home. There is more than enough information at this site to keep me busy for the next few years!
__________________
Michael Brown REALTORŪ REHOBOTH BEACH CONDOS & TOWNHOMES| REHOBOTH BEACH REAL ESTATE |REHOBOTH BEACH MOBILE HOMES |
![]() |
| Thread Tools | |
| Display Modes | |
|
|