Web Design and Development Forums

google maps

This is a discussion on "google maps" within the ASP.NET Forum section. This forum, and the thread "google maps are both part of the Program Your Website category.

Old Oct 10th, 2007, 13:12   #1 (permalink)
 
Join Date: Oct 2007
Location: UK
Posts: 43
google maps

Has anybody integrated googlemaps into their website. Where they show a list of points pinpointed. These points are based on postcodes.

For example I am doing a website for a estate agents. I want to be able to show the areas that their houses are avialable.
pas2gether is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Old Oct 10th, 2007, 13:56   #2 (permalink)
Section Manager -
Website Critique
 
welshstew's Avatar
 
Join Date: May 2007
Location: inside the outside
Posts: 1,094
Blog Entries: 10
Re: google maps

try looking at how www.nestoria.co.uk have done it. they have an open licence to there code (you just ned to credit them for it)
__________________
WelshStew
Section Manager

tierney rides tboard - uk site : xtreme wales - extreme clothing
welshstew is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Old Oct 14th, 2007, 13:44   #3 (permalink)
Junior Member
 
Join Date: Sep 2007
Location: UK
Age: 37
Posts: 20
Re: google maps

Hi I managed to implement a google map onto my site:
www.flexicon-ind-supplies.co.uk/HowToFindUs.aspx

If this is what you mean here is the javascript:

<scriptsrc="http://maps.google.com/maps?file=api&amp;v=2&amp;key=ABQIAAAApI7YGn0MV7bA ZkIUezyLkxRD6soBqGhfdhCGOR_J2wdcSrJPpRSKkQqrdS0CsP U10hIaPhvFnCvdDA"
type="text/javascript"></script>
<scripttype="text/javascript">
//<![CDATA[
function load()
{
var point = new GLatLng(53.4227, -2.9509)

if (GBrowserIsCompatible())
{
var map = new GMap2(document.getElementById("map"));
map.setCenter(point, 12);
var marker = createMarker(point,'Flexicon Industrial Supplies');
map.addOverlay(marker);
}

function createMarker(point, html)
{
var marker = new GMarker(point);
GEvent.addListener(marker, "click", function()
{
marker.openInfoWindowHtml(html);
});
return marker;
}
}
//]]>
</script>

You will need to sign up to googlemaps and get an API key for your site and find out your latitude and longitude coordinate for centering your map and the coordinates for the pointers.

Last edited by Graeme36; Oct 14th, 2007 at 13:45. Reason: edited link
Graeme36 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Old Oct 14th, 2007, 13:50   #4 (permalink)
Administrator
 
alexgeek's Avatar
 
Join Date: Jul 2007
Location: Webforumz 24/7
Age: 15
Posts: 4,102
Blog Entries: 9
Send a message via MSN to alexgeek
Re: google maps

That's quite cool! Glad you got it working!
__________________
Languages: PHP, mySQL (queries), C#, (X)html, CSS, JS.


alexgeek is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Old Oct 27th, 2007, 06:41   #5 (permalink)
 
Join Date: Oct 2007
Location: UK
Posts: 43
Re: google maps

Hi Graeme

Just got back from holiday. This might just be what I need, will get back to you shortly
pas2gether is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Google Maps Question uqwebdesign HTML Forum 2 May 14th, 2007 16:53
lmao at google maps! bruno89 Webforumz Cafe 12 Apr 18th, 2007 11:08
Google Maps Question uqwebdesign HTML Forum 2 Feb 17th, 2007 08:02
Using Google Maps? blizeH Webforumz Cafe 12 Dec 21st, 2006 15:30
Google Maps... craig Webforumz Cafe 1 Nov 27th, 2006 16:37



Latest Updates

All Points SEO Security Advisory - CHECK YOUR SITE NOW!

Creative Coding :: February 2008

Webforumz is sponsored by: WESH UK Web Hosting
All times are GMT. The time now is 13:51.

Sleep Study Scoring :: Free Bet :: Website Templates :: Online Betting :: Bookmakers :: Funny Quotes :: Internet Recruitment Software :: Microsoft CRM Experts :: Online Casino :: Decorated Christmas Trees :: Midwife Forums :: Football Betting :: Ecommerce Software :: Web Hosting :: Football Stats :: Dry Cleaning Collection :: xtreme wales - extreme clothing :: Apuestas :: Sharepoint Consultants :: Website Optimisation :: Office Clearance London :: Sharepoint Experts :: Sports Betting :: Casino :: Website Templates :: Web Design Development India :: Online Gambling

Powered by: vBulletin Version 3.7, Copyright ©2000 - 2008, Jelsoft Enterprises Limited.
© 2003-2008 Webforumz.com : All Rights Reserved
Search Engine Friendly URLs by vBSEO 3.2.0 RC6


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59