Class SFMap
Inheritance
System.Object
SFMap
Implements
System.ComponentModel.IComponent
System.IDisposable
Namespace: Syncfusion.SfMaps.iOS
Assembly: Syncfusion.SfMaps.iOS.dll
Syntax
public class SFMap : UIView, IComponent, IDisposable
Constructors
SFMap()
Initializes a new instance of the SFMap class.
Declaration
public SFMap()
SFMap(CGRect)
Initializes a new instance of the SFMap class.
Declaration
public SFMap(CGRect frame)
Parameters
| Type | Name | Description |
|---|---|---|
| CoreGraphics.CGRect | frame | To set the value for frame |
SFMap(IntPtr)
Initializes a new instance of the SFMap class.
Declaration
public SFMap(IntPtr handle)
Parameters
| Type | Name | Description |
|---|---|---|
| System.IntPtr | handle | The handle |
Properties
BaseMapIndex
Gets or sets a value for base map index
Declaration
public int BaseMapIndex { get; set; }
Property Value
| Type |
|---|
| System.Int32 |
Delegate
Gets or sete a value for delegate
Declaration
public SFMapsDelegate Delegate { get; set; }
Property Value
| Type |
|---|
| SFMapsDelegate |
EnablePanning
Gets or sets a value indicating whether to enable panning
Declaration
public bool EnablePanning { get; set; }
Property Value
| Type |
|---|
| System.Boolean |
EnableZooming
Gets or sets a value indicating whether to enable zooming
Declaration
public bool EnableZooming { get; set; }
Property Value
| Type |
|---|
| System.Boolean |
Frame
To set the frame
Declaration
public override CGRect Frame { get; set; }
Property Value
| Type |
|---|
| CoreGraphics.CGRect |
Layers
Gets or sets a value for collecton of layer
Declaration
public ObservableCollection<MapLayer> Layers { get; set; }
Property Value
| Type |
|---|
| System.Collections.ObjectModel.ObservableCollection<MapLayer> |
MaximumZoom
Gets or sets a maximum zoom value
Declaration
public nfloat MaximumZoom { get; set; }
Property Value
| Type |
|---|
| System.nfloat |
MinimumZoom
Gets or sets a minimum zoom value
Declaration
public nfloat MinimumZoom { get; set; }
Property Value
| Type |
|---|
| System.nfloat |
Site
Gets or sets the site.
Declaration
public ISite Site { get; set; }
Property Value
| Type |
|---|
| System.ComponentModel.ISite |
ZoomLevel
Gets or sets a value for zoom level
Declaration
public nfloat ZoomLevel { get; set; }
Property Value
| Type |
|---|
| System.nfloat |
Methods
AwakeFromNib()
Declaration
public override void AwakeFromNib()
LayoutSubviews()
Declaration
public override void LayoutSubviews()
MovedToSuperview()
Declaration
public override void MovedToSuperview()
Events
Disposed
Event implemented by the IComponent.
Declaration
public event EventHandler Disposed
Event Type
| Type |
|---|
| System.EventHandler |
TooltipOpening
Gets or sets the event which is raised when tooltip is opening.
Declaration
public event EventHandler<TooltipOpeningEventArgs> TooltipOpening
Event Type
| Type |
|---|
| System.EventHandler<TooltipOpeningEventArgs> |
Implements
System.ComponentModel.IComponent
System.IDisposable