0

I'm trying to set up a custom marker style for all of my markers. What I am trying to do looks like this example. So each marker has text in it. (All will be the same style, but with different colors and text set programmatically.) The type TStyledMarker is available but the TStyledIcon type seems not to exist. I did see a note in the source but I didn't understand whether it is implemented in another way.

How can I create these "siBubble" styled markers?

Thanks very much.

phantom
  • 1
  • 1
  • To use StyledMarker, you need to define TMarker.MarkerType = mtStyledMarker and TMarker.StyledMarker.StyledIcon = siBubble. You can define too the TMarker.StyledMarker.BackGroundColor and TMarker.StyledMarker.TextColor – cadetill Mar 19 '14 at 06:12
  • Ah - found mtStyledMarker and siBubble in GMConstants. I don't see how to use the MarkerOptions, Icons, and Shapes as in https://developers.google.com/maps/documentation/javascript/reference?hl=en#MarkerOptions in the GMLib. If this is possible, some examples would be great. – phantom Mar 20 '14 at 07:23
  • these properties are not implemented in GMLib yet – cadetill Mar 24 '14 at 23:13

0 Answers0