Xamarin.iOS

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SFMap - Xamarin.iOS API Reference | Syncfusion

    Show / Hide Table of Contents

    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 Description
    System.Int32

    Delegate

    Gets or sete a value for delegate

    Declaration
    public SFMapsDelegate Delegate { get; set; }
    Property Value
    Type Description
    SFMapsDelegate

    EnablePanning

    Gets or sets a value indicating whether to enable panning

    Declaration
    public bool EnablePanning { get; set; }
    Property Value
    Type Description
    System.Boolean

    EnableZooming

    Gets or sets a value indicating whether to enable zooming

    Declaration
    public bool EnableZooming { get; set; }
    Property Value
    Type Description
    System.Boolean

    Frame

    To set the frame

    Declaration
    public override CGRect Frame { get; set; }
    Property Value
    Type Description
    CoreGraphics.CGRect

    Layers

    Gets or sets a value for collecton of layer

    Declaration
    public ObservableCollection<MapLayer> Layers { get; set; }
    Property Value
    Type Description
    System.Collections.ObjectModel.ObservableCollection<MapLayer>

    MaximumZoom

    Gets or sets a maximum zoom value

    Declaration
    public nfloat MaximumZoom { get; set; }
    Property Value
    Type Description
    System.nfloat

    MinimumZoom

    Gets or sets a minimum zoom value

    Declaration
    public nfloat MinimumZoom { get; set; }
    Property Value
    Type Description
    System.nfloat

    Site

    Gets or sets the site.

    Declaration
    public ISite Site { get; set; }
    Property Value
    Type Description
    System.ComponentModel.ISite

    ZoomLevel

    Gets or sets a value for zoom level

    Declaration
    public nfloat ZoomLevel { get; set; }
    Property Value
    Type Description
    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 Description
    System.EventHandler

    TooltipOpening

    Gets or sets the event which is raised when tooltip is opening.

    Declaration
    public event EventHandler<TooltipOpeningEventArgs> TooltipOpening
    Event Type
    Type Description
    System.EventHandler<TooltipOpeningEventArgs>

    Implements

    System.ComponentModel.IComponent
    System.IDisposable
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved