You can do this, but not directly. You would first need to geocode the zipcode to get the LatLng, then place the marker with that LatLng. See http://code.google.com/apis/maps/documentation/v3/services.html
Chad Killingsworth On Apr 24, 2:56 am, KiranVmath <[email protected]> wrote: > Hello, > I am working on to display map and position the marker using > ZIP code as search option. So is there any option in "Google Maps > JavaScript API v3 " to search Map using Zip code or to convert ZIP > code to Lat & Long.If some one guide me to resolve this, it will be > very helpful for me. > > Thanks in advance > Kiran Viraktamath > > -- > You received this message because you are subscribed to the Google Groups > "Google Maps JavaScript API v3" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group > athttp://groups.google.com/group/google-maps-js-api-v3?hl=en. -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-maps-js-api-v3?hl=en.
