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
Inheritance
See Also
constructor
Initializes a new instance of the GeoPointMapItemBase class.
Declaration
constructor(
modelJson?: any,
serializer?: DevExpress.Analytics.Utils.ModelSerializer
)
Parameters
| Name | Type | Description |
|---|---|---|
| modelJson | any | A JSON object used for dashboard deserialization. Do not pass this parameter directly. |
| serializer | ModelSerializer | An object used for 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<DevExpress.Dashboard.Model.Dimension>
Property Value
| Type |
|---|
| Observable<Dimension> |
longitude Property
Declaration
longitude: ko.Observable<DevExpress.Dashboard.Model.Dimension>
Property Value
| Type |
|---|
| Observable<Dimension> |
tooltipDimensions Property
Declaration
tooltipDimensions: ko.ObservableArray<DevExpress.Dashboard.Model.Dimension>
Property Value
| Type |
|---|
| ObservableArray<Dimension> |