Skip to main content
A newer version of this page is available. .

GeoPointMapItemBase Class

Serves as the base class for Map dashboard items that visualize data based on the geographical coordinates.

Declaration

export abstract class GeoPointMapItemBase extends MapItem

Remarks

The GeoPointMapItemBase class exposes the latitude and longitude properties that allow you to specify the dimensions used to provide a geographical point’s latitude and longitude, respectively.

GeoPointMapItemBase serves as the base class and exposes the following descendants:

Inherited Members

DevExpress.Dashboard.Model.DataDashboardItem.componentName
DevExpress.Dashboard.Model.DataDashboardItem.name
DevExpress.Dashboard.Model.DataDashboardItem.parentContainer
DevExpress.Dashboard.Model.DataDashboardItem.showCaption
DevExpress.Dashboard.Model.DataDashboardItem.getUniqueNamePrefix
See Also

constructor

Initializes a new instance of the GeoPointMapItemBase class.

Declaration

constructor(
    modelJson?: any,
    serializer?: DxDesigner.Analytics.Utils.ModelSerializer
)

Parameters

Name Type Description
modelJson any

A JSON object used for a dashboard deserialization. Do not pass this parameter directly.

serializer DxDesigner.Analytics.Utils.ModelSerializer

An object used for a dashboard deserialization. Do not pass this parameter directly.

Properties

enableClustering Property

Declaration

enableClustering: ko.Observable<boolean>

Property Value

Type
Observable<boolean>

latitude Property

Declaration

latitude: ko.Observable<Dimension>

Property Value

Type
Observable<Dimension>

longitude Property

Declaration

longitude: ko.Observable<Dimension>

Property Value

Type
Observable<Dimension>

tooltipDimensions Property

Declaration

tooltipDimensions: ko.ObservableArray<Dimension>

Property Value

Type
ObservableArray<Dimension>

Methods

getInfo Method

For internal use.

Declaration

getInfo(): DxDesigner.Analytics.Utils.ISerializationInfoArray

Returns

Type Description
DxDesigner.Analytics.Utils.ISerializationInfoArray