menu

Xamarin.iOS

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

    Show / Hide Table of Contents

    Class LatLngBounds

    Class implementation of north east and south west points to calculate zoom level and center.

    Inheritance
    System.Object
    LatLngBounds
    Namespace: Syncfusion.SfMaps.iOS
    Assembly: Syncfusion.SfMaps.iOS.dll
    Syntax
    public class LatLngBounds : Object

    Constructors

    LatLngBounds()

    Declaration
    public LatLngBounds()

    Properties

    Northeast

    Gets or sets the northeast corner of the geo bounds.

    Declaration
    public Position Northeast { get; set; }
    Property Value
    Type
    Position

    Southwest

    Gets or sets the southwest corner of the geo bounds.

    Declaration
    public Position Southwest { get; set; }
    Property Value
    Type
    Position
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved