blazor-devexpress-dot-blazor-23d2f6a6.md
Defines location that is displayed at the component’s center.
Namespace : DevExpress.Blazor
Assembly : DevExpress.Blazor.v25.2.dll
NuGet Package : DevExpress.Blazor
public class DxMapCenter :
DxMapLocation<MapLocationModel>
Use the DxMapCenter object to specify a location that should be displayed in the center of the DxMap component. This setting is useful when automatic map adjustment is not available, namely in the following cases:
false).GoogleStatic).Note that the component can change the specified location if the AutoAdjust property is set to true (the default value).
You can specify location settings in two ways:
Use the GeoPosition property that accepts coordinates and text address.
Object ComponentBase DxSettingsComponent<DevExpress.Blazor.ClientComponents.Internal.MapLocationModel> DxMapLocation<DevExpress.Blazor.ClientComponents.Internal.MapLocationModel> DxMapCenter
See Also