Class MapsCenterPositionBuilder
Inherited Members
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 |