  Mickeyme You might be right, but, I don't care Premium join:2008-09-05 Carson City, NV | reply to wifi4milez Re: In need of a website that has Google maps embedded
»www.ehow.com/how_2209419_embed-g···yssp_art |
|
  Gbcue E.I.T. Premium join:2001-09-30 Santa Rosa, CA clubs: 
·T-Mobile US
·Skype
·Dreamhost
·Comcast
·AT&T U-Verse
| quote: Tips & Warnings
* The Google Maps API is available to advanced web designers. More information is available at the Google Maps API website (see Resources below). * Google will not allow you to embed traffic maps or Mapplets into your website.
|
|
  Mickeyme You might be right, but, I don't care Premium join:2008-09-05 Carson City, NV | »maps.google.com/help/maps/gadget···s-gns-dd |
|
  wifi4milez Big Russ, 1918 to 2008. Rest in Peace
join:2004-08-07 New York, NY
·Verizon FIOS
·Sprint Mobile Broa..
·RoadRunner Cable
·BroadVoice
| That looks very close to the data entry field I would want, thanks. -- Комитет государственной безопасности
|
|
  wifi4milez Big Russ, 1918 to 2008. Rest in Peace
join:2004-08-07 New York, NY
·Verizon FIOS
·Sprint Mobile Broa..
·RoadRunner Cable
·BroadVoice
| reply to Gbcue said by Gbcue : quote: Tips & Warnings
* The Google Maps API is available to advanced web designers. More information is available at the Google Maps API website (see Resources below). * Google will not allow you to embed traffic maps or Mapplets into your website.
I dont think its impossible, because I have seen plenty of websites do it. For instance, in the link below you will see that all the listings are showing up as (what I think is) a maplet on the Google map to the right. You can then mouse over the little icons and get more information. That is exactly what I am looking to do, any idea how they did that?
»www.streeteasy.com/nyc/rentals/nyc/ -- Комитет государственной безопасности
|
|
  Tenar
join:2008-01-02 Midland, ON
1 edit | Yes, it can be done. I've done one for my company. You can use the google maps API and you will need a database to store the Latitude and Longitude of the addresses. I don't think what you are asking for is a Mapplet, just normal google maps.
Google API can do a search on the addresses entered and return the Lat and Long of the address (geo coding). Store that in the database.
You are only allowed something like 5000 lookups per day so if your site will get a lot of traffic then you will have to buy your key. Storing Lat and Long means you don't need to look up addresses as you display them, only when you are entering.
You can sign up for a free Google maps API Key. keep the key and use it or pass it to your web developer. »code.google.com/apis/maps/
The google maps API uses javascript to display the maps and retreive addresses. If you are handy with JS or if you have a developer who is, these links may be helpful:
Google Map API Concepts Google Maps API examples Google Maps API Reference
this topic might be best moved to web developers forum, you might get some more help there.
Edit: I should add, the "pushpins" are just a feature of the normal map API. The "bubbles" just display normal HTML code.
ex. »code.google.com/apis/maps/docume···ure.html
You can use the API to make them look however you want.
This site has a bunch of tutorials »econym.googlepages.com/index.htm |
|
  wifi4milez Big Russ, 1918 to 2008. Rest in Peace
join:2004-08-07 New York, NY
·Verizon FIOS
·Sprint Mobile Broa..
·RoadRunner Cable
·BroadVoice
| said by Tenar :Yes, it can be done. I've done one for my company. You can use the google maps API and you will need a database to store the Latitude and Longitude of the addresses. I don't think what you are asking for is a Mapplet, just normal google maps. Google API can do a search on the addresses entered and return the Lat and Long of the address (geo coding). Store that in the database. You are only allowed something like 5000 lookups per day so if your site will get a lot of traffic then you will have to buy your key. Storing Lat and Long means you don't need to look up addresses as you display them, only when you are entering. You can sign up for a free Google maps API Key. keep the key and use it or pass it to your web developer. » code.google.com/apis/maps/The google maps API uses javascript to display the maps and retreive addresses. If you are handy with JS or if you have a developer who is, these links may be helpful: Google Map API ConceptsGoogle Maps API examplesGoogle Maps API Referencethis topic might be best moved to web developers forum, you might get some more help there. Edit: I should add, the "pushpins" are just a feature of the normal map API. The "bubbles" just display normal HTML code. ex. » code.google.com/apis/maps/docume···ure.htmlYou can use the API to make them look however you want. This site has a bunch of tutorials » econym.googlepages.com/index.htm Ok that is some very helpful info. Do you happen to know if its possible (witout too much effort) to have data entered by a visitor populate your map with a pushpin and some comments? That is what I am ultimately looking to do. -- Комитет государственной безопасности
|
|