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:

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: KnockoutObservable<boolean>

Property Value

Type
KnockoutObservable<boolean>

latitude Property

Declaration

latitude: KnockoutObservable<Dimension>

Property Value

Type
KnockoutObservable<Dimension>

longitude Property

Declaration

longitude: KnockoutObservable<Dimension>

Property Value

Type
KnockoutObservable<Dimension>

tooltipDimensions Property

Declaration

tooltipDimensions: KnockoutObservableArray<Dimension>

Property Value

Type
KnockoutObservableArray<Dimension>

Methods

getInfo Method

For internal use.

Declaration

getInfo(): DxDesigner.Analytics.Utils.ISerializationsInfo

Returns

Type Description
DxDesigner.Analytics.Utils.ISerializationsInfo