Google Map with Zip Code

Last post 10-18-2007 3:03 AM by sctrl. 2 replies.

Sort Posts:

  • Google Map with Zip Code

    06-26-2007, 6:24 AM
    • Member
      68 point Member
    • arinhere
    • Member since 04-02-2007, 6:26 AM
    • Kolkata, India
    • Posts 70

     Hello Everybody,

    Can anybody tell me how to show google map with the help of zip code...I've used latitude and longitude to show it and it works fine....but i want to use Zip code for the map....

    Or the application may be like this....that whenever i enter a zip code it will return the latitude and longitude for the corresponding zip code.

    Thanx in advance..

    Regards---Arindam 

    Mark It as Answer if it helps you....

    My Other Articles

    http://www.codeproject.com/KB/aspnet/Any_Video_to_FLV.aspx
    http://www.codeproject.com/KB/aspnet/ImageMagick.aspx
    http://www.codeproject.com/KB/aspnet/swf2img.aspx
  • Re: Google Map with Zip Code

    06-26-2007, 9:50 AM
    Answer
    • Member
      234 point Member
    • masenka
    • Member since 05-22-2007, 4:56 PM
    • Richmond, VA
    • Posts 45

     Google maps doesn't do geocoding (turning lat & long into zip codes and other information) but Yahoo maps does do geocoding.  Another alternative is use an alternative geocoding service and feed the data to Google maps, that will work just as well and your consumers won't know the difference.  Here's a link:

    http://www.xml.com/pub/a/2005/08/10/google-maps.html 

    Just another .NET developer learning the ropes
  • Re: Google Map with Zip Code

    10-18-2007, 3:03 AM
    • Member
      4 point Member
    • sctrl
    • Member since 06-18-2002, 3:21 AM
    • Posts 2

    Zip codes as you probably know do not have a single point, they are not even true polygons but rather comprised of collection of streets. So when geocoding zip codes (or cities) the centroid point is usually calculated based on specific algorithm, Google for polygon centroid for more info. 

    As far as geocoding services go there are couple web services that do zip code or city geo coding, this one http://codebump.com/subscriptions/ for example or search xmethods.com for "zip code service".

Page 1 of 1 (3 items)