> I have this code.. a polyline looks like a polygon.. There's is a text > box that when input the address and hit enter then the google map goes > to that paticular location, However i want to know if the input > address is within the GPolyline or not and popup says "The location is > not within the polygon" if its not within the polygon.
Use the same encoding to create a polygon, you don't have to show it on the map. Find out how to use geocoding to use a given address and centre the map there. Use the usual methods of point-in-polygon analysis. Use whatever you use for popups. -- 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.
