GetMapsOptionsMapCenterPosition Property |
Gets or sets the MapCenterPosition value.
Namespace:
Dundas.BI.WebApi.Models
Assembly:
Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax [DataMemberAttribute(Name = "mapCenterPosition", EmitDefaultValue = false)]
public MapCenterPositionData MapCenterPosition { get; set; }
<DataMemberAttribute(Name := "mapCenterPosition", EmitDefaultValue := false)>
Public Property MapCenterPosition As MapCenterPositionData
Get
Set
public:
[DataMemberAttribute(Name = L"mapCenterPosition", EmitDefaultValue = false)]
property MapCenterPositionData^ MapCenterPosition {
MapCenterPositionData^ get ();
void set (MapCenterPositionData^ value);
}
[<DataMemberAttribute(Name = "mapCenterPosition", EmitDefaultValue = false)>]
member MapCenterPosition : MapCenterPositionData with get, set
Property Value
Type:
MapCenterPositionData
The requested map center position.
See Also