Marker appearance
In 'Marker' category of the Wizard (Right click on Flash Object, then FlashDevlopment24 Wizard -> Flash Google Maps) you can customize the appearance of the marker.

-
Custom icon
The absolute or relative URL of the marker icon. Supported file formats: JPG, PNG, GIF. A relative path must be relative to the HTML file. Absolute URLs must include the protocol reference, such as http://. On-default there is a 'house' icon.
-
Line color
The color of the line "marker-decription".
-
Line visible
A Boolean value that sets whether the marker line is visible.
-
Marker has shadow
A Boolean value that sets whether the marker has shadow.
Wave around marker
-
Color
The color of the marker waves.
-
Scale
An integer that specifies the marker waves size.
-
Offset X
The offset of the marker waves according X-direction, in pixels.
-
Offset Y
The offset of the marker waves according Y-direction, in pixels.
-
Wave visible
A String value that indicates whether the controls are visible. Acceptable values are "None", "Always" and "Selected".
Info window
-
Display params
-
The list of parameters that visible when mouse is over marker. Parameters are taken from XML file. For example, in XML file:
- ...
- <param caption="Listing ID">222934</param>
<param caption="Address">1590 LITTLE RAVEN</param>
<param caption="Baths">1</param>
<param caption="Bedrooms">1</param>
<param caption="Price">323000</param>
- ...
- So you should write in 'Info window - Display params' the same captions of necessary parameters, thay you want to be displayed.
For exmaple, you write in XML all necessary parameter (captions), and then in 'Display params' of 'Info Window' and 'Locations table' you write necessary names of this parameters that you want to be displayed.
-
Background color
The background color of the marker info list.
-
Background transparent
Indicates the alpha transparency value of the background of the marker info. Valid values are 0 (fully transparent) to 1 (fully opaque).
-
Offset X
The offset of the marker info list according X-direction, in pixels.
-
Offset Y
The offset of the marker info list according Y-direction, in pixels.
-
Font
The font name for marker info text.
-
Size
The point size for the marker info font.
-
Font color
The color of the marker info font.