Skip to content

IPopupAdapter

Namespace: ThinkGeo.UI.XamarinForms.Adapters

This class represents a popup control for placing on the map.

public interface IPopupAdapter : IMapElementAdapter

Implements IMapElementAdapter

Properties

XOffset

Gets or sets the x offset.

public abstract int XOffset { get; set; }

Property Value

Int32
The x offset.

YOffset

Gets or sets the y offset.

public abstract int YOffset { get; set; }

Property Value

Int32
The y offset.

Position

Gets and sets the position of the popup.

public abstract PointShape Position { get; set; }

Property Value

PointShape
The position.

Text

Gets or sets the content.

public abstract string Text { get; set; }

Property Value

String
The content.