On Jan 2, 8:33 pm, "eatout.co.im" <[email protected]> wrote: > > My question is how would I replace the static lat,lng value in:- > map.setCenter(new GLatLng(54.222385,-4.697412), 15); > with the parsed lat, lng values from the XML file which are being used > to set the point?
Don't replace it. Add another line which resets the centre once you have defined "point". Andrew -- 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.
