Hi Barry, Thanks for the reply. However I have just the zip codes and their coordinates and I need to highlight the regions that fall under each of the zip codes just like it is shown in the link http://www.usnaviguide.com/zip.htm.
So it is not a polygon from one zip code to another but rather highlighting the regions in a particular zip code. Regards, Dinesh On Thu, Jul 28, 2011 at 7:16 PM, Barry Hunter <[email protected]>wrote: > If you only plotting one or two regions, then good old fashions > Polygons should work just fine > > > http://code.google.com/apis/maps/documentation/javascript/v2/overlays.html#Polygons_Overview > > (if they are big, using encoded polylines might save a bit, see just > up the page on the above link) > > On Thu, Jul 28, 2011 at 12:38 PM, Greytrix <[email protected]> wrote: > > Hi, > > > > I am using Google Maps API V2 and my requirement is to show a regions > > for each sslesperson. Now a salesperson is assigned regions based on > > zip codes. Hence a region needs to be plotted based on the zip codes. > > The salesperson can be assigned a single or multiple zip code. have > > the co ordinates of each zip code but i am not able to plot a region. > > > > I tried using GTileLayer and GCopyrightCollection classes but they > > seem to consider all zip codes and not have an an option to allow ony > > certain zip codes. I used this http://www.usnaviguide.com/zip.htm link > > for reference. > > > > Any help in this regard would be appreciated. > > > > Regards, > > Dinesh > > > > -- > > You received this message because you are subscribed to the Google Groups > "Google Maps API V2" 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-api?hl=en. > > > > > > -- > You received this message because you are subscribed to the Google Groups > "Google Maps API V2" 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-api?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Google Maps API V2" 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-api?hl=en.
