Skip to content

ICenterCoordinateMapToolAdapter

Namespace: ThinkGeo.UI.XamarinForms.Adapters

The adapter represents the coordinates of the map center, display in the lower right corner of the map.

public interface ICenterCoordinateMapToolAdapter : IMapElementAdapter

Implements IMapElementAdapter

Properties

DisplayTextFormat

Gets or sets the display text format.

public abstract string DisplayTextFormat { get; set; }

Property Value

String
The display text format.

DisplayProjection

Gets or sets the display projection.

public abstract ProjectionConverter DisplayProjection { get; set; }

Property Value

ProjectionConverter
The display projection.

IsEnabled

Gets or sets a value indicating whether this instance is enabled.

public abstract bool IsEnabled { get; set; }

Property Value

Boolean
true if this instance is enabled; otherwise, false.