> I have no problem in getting the value from the database as I > have shown my two sample values. The problem is how to show it in the google > map?Into what function must I send this value in order for the geo fences to > appear? Thank you.
Larry did say "The Google Maps API allows you to display polygons that are defined by either arrays of GLatLng objects or encoded" So you should look at how to parse your data out of whatever package you are using to send it to the client, and build an array of GLatLng's with it. http://code.google.com/apis/maps/documentation/javascript/v2/overlays.html#Polygons_Overview One technique http://econym.org.uk/gmap/basic7.htm No-one can see what you already know or have already implemented, and you're not giving us much info to go on. -- You received this message because you are subscribed to the Google Groups "Google Maps API" 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.
