On 11 Ago, 20:09, Nathan Raley <
nlrale...@gmail.com> wrote:
> Try this:
>
> Create your Class for your Markers that you are wanting.
>
> Make sure the Class has all of your attributes you need.
>
> Create an Array to store your markers in.
>
> Create your Marker:
> var marker = new google.maps.Maker()
>
> Then you can retrieve the class you are wanting for the marker.
>
> var markerClass = new MarkerClass();
>
> Have your MarkerClass return the Marker's class with all the Properties.
>
> Then do:
> marker.class = markerClass
>
> Then push the marker to your Markers array.
>
> Then when you want to access the class simply call
> Markers[position].class.property
>
> This make sense?
>
> On Wed, Aug 11, 2010 at 10:44 AM, inotipiedideipitoni <
>