Another thing you can possible do is after creation of the marker pass it, the google marker object, into the java bean object as well. This should be doable.
On Tue, Oct 5, 2010 at 9:19 AM, Nathan Raley <[email protected]> wrote: > Can't you just construct the marker on the google map using normal marker > constructs and passing it the properties of you java bean object? Just > iterate through the list and create your markers. I'd recommend maintaining > a list of the google markers so you can push the marker into an array of > google markers during construction. > > > On Tue, Oct 5, 2010 at 6:04 AM, MSX <[email protected]> wrote: > >> Hi, >> >> Any idea about loading markers from my Java Bean object into the map ? >> >> [my Java Bean Class contains the list of markers (marker is a java >> class which contains latitude & longitude) ] >> >> >> Thanks >> >> -- >> MSX >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Google Maps JavaScript API v3" group. >> To post to this group, send email to >> [email protected]. >> To unsubscribe from this group, send email to >> [email protected]<google-maps-js-api-v3%[email protected]> >> . >> For more options, visit this group at >> http://groups.google.com/group/google-maps-js-api-v3?hl=en. >> >> > -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" 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-js-api-v3?hl=en.
