By default the markers are fully opaque. Are you using a custom icon
or setting the alpha of the marker to something other than 1 at some
point in your code? The following code is the basic marker creation
code and it works to set the alpha to whatever value you want... If
you're still having problems you'll need to be more specific and
possibly paste some of your code so we can see what is going on.

var markerOptions:MarkerOptions = new MarkerOptions(
{
        fillStyle: new FillStyle({color: 0xb00000, alpha: 0.8})
} );

var marker:Marker = new Marker( new LatLng( user.latitude,
user.longitude ), markerOptions );



On Dec 21, 8:01 am, thiv <[email protected]> wrote:
> Hi guys,
>
> I'm trying to add a fully opaque Marker setting the alpha propertie of
> the Fillstyle to 1 but the Marker stay transparent.
>
> Is there something I forget to do?
>
> Do somedbody already encountred this problem?
>
> Regards,
>
> thiv

--

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