Any clues on how to integrate this into the prior code too?

It is not working since I messed up with flashVars and have no idea on
how to set a new flashVars for the markers LatLng.

Thanks so much for your time!

Erick

  var markerA:Marker = new Marker(
      new LatLng(9.931805,-84.01492),
      new MarkerOptions({
                  strokeStyle: new StrokeStyle({color: 0x000000}),
                  fillStyle: new FillStyle({color: 0xF9B813, alpha:
0.8}),
                  radius: 12,
                  hasShadow: true,
                  tooltip: true
      })
  );
  map.addOverlay(markerA);
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Maps API For Flash" 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-for-flash?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to