Class MapsCenterPositionBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
MapsCenterPositionBuilder
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.EJ2.Maps
Assembly: Syncfusion.AspNetMvc.Maps.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)
Gets or sets the latitude of the center position of maps.
Declaration
public MapsCenterPositionBuilder Latitude(double value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Double | value |
Returns
| Type |
|---|
| MapsCenterPositionBuilder |
Longitude(Double)
Gets or sets the longitude of the center position of maps.
Declaration
public MapsCenterPositionBuilder Longitude(double value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Double | value |
Returns
| Type |
|---|
| MapsCenterPositionBuilder |