TCGGMap3ObjectNames Enumeration

Represents type TCGGMap3ObjectNames.

Namespace: IWCGJQGMap3
type
 TCGGMap3ObjectNames = (gm3onInfoWindow,gm3onCircle,gm3onRectangle,gm3onPolyline,gm3onPolygon,gm3onMap,gm3onDirectionsRenderer);

The TCGGMap3ObjectNames type exposes the following members.

Show:
 NameDescription
gm3onCircle

Represents constant gm3onCircle.

gm3onDirectionsRenderer

Represents constant gm3onDirectionsRenderer.

gm3onInfoWindow

Represents constant gm3onInfoWindow.

gm3onMap

Represents constant gm3onMap.

gm3onPolygon

Represents constant gm3onPolygon.

gm3onPolyline

Represents constant gm3onPolyline.

gm3onRectangle

Represents constant gm3onRectangle.

Top