Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 618 Bytes

File metadata and controls

11 lines (6 loc) · 618 Bytes

FloatingIcon Class

The class represents a floating icon that can be used to highlight points of interest.

Usage: Place it anywhere on the MapSegment and attach it to the segment.

Public properties:

  • IconMaterial: Material - A material that contains the image for the floating icon. It can include a static picture (like in the demo) or anything else. The default value is null.

  • Text: Text(Localized String) - A localizable text that describes this point of interest. Will be displayed on both sides of the floating icon.