And it looks like your values are in LngLat order, so they will need to be reversed for the API.
On Aug 17, 3:52 am, Rossko <[email protected]> wrote: > > 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... > 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.
