WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class LatLngBounds

    Show / Hide Table of Contents

    Class LatLngBounds

    To calculate the zoom level based on the bounds

    Inheritance
    System.Object
    LatLngBounds
    Namespace: Syncfusion.UI.Xaml.Maps
    Assembly: Syncfusion.SfMaps.WPF.dll
    Syntax
    public class LatLngBounds : DependencyObject

    Constructors

    LatLngBounds()

    Declaration
    public LatLngBounds()

    Fields

    NortheastProperty

    Using a DependencyProperty as the backing store for Northeast. This enables binding, etc...

    Declaration
    public static readonly DependencyProperty NortheastProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    SouthwestProperty

    // Using a DependencyProperty as the backing store for Southwest. This enables binding, etc...

    Declaration
    public static readonly DependencyProperty SouthwestProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    Properties

    Northeast

    Gets or sets the northeast corner of the geo bounds.

    Declaration
    public Point Northeast { get; set; }
    Property Value
    Type Description
    System.Windows.Point

    Southwest

    Gets or sets the southwest corner of the geo bounds.

    Declaration
    public Point Southwest { get; set; }
    Property Value
    Type Description
    System.Windows.Point
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved