ASP.NET MVC - EJ2

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

    Show / Hide Table of Contents

    Class MapsCenterPositionBuilder

    Inheritance
    System.Object
    ControlBuilder
    MapsCenterPositionBuilder
    Inherited Members
    ControlBuilder.Output
    ControlBuilder.Context
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.EJ2.Maps
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class MapsCenterPositionBuilder : ControlBuilder

    Constructors

    MapsCenterPositionBuilder()

    Declaration
    public MapsCenterPositionBuilder()

    MapsCenterPositionBuilder(MapsCenterPosition)

    Declaration
    public MapsCenterPositionBuilder(MapsCenterPosition model)
    Parameters
    Type Name Description
    MapsCenterPosition model

    Methods

    Latitude(Double)

    Sets and gets the latitude for the center position of maps.

    Declaration
    public MapsCenterPositionBuilder Latitude(double value)
    Parameters
    Type Name Description
    System.Double value
    Returns
    Type Description
    MapsCenterPositionBuilder

    Longitude(Double)

    Sets and gets the longitude for the center position of maps.

    Declaration
    public MapsCenterPositionBuilder Longitude(double value)
    Parameters
    Type Name Description
    System.Double value
    Returns
    Type Description
    MapsCenterPositionBuilder
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved