Working with Map > Classes > MapDefaultSettingsProvider
Namespace: PP.Ui;
MapDefaultSettingsProvider
The MapDefaultSettingsProvider class implements basic map settings.
PP.initClass(PP.Ui.MapDefaultSettingsProvider, DefaultSettingsProvider, 'PP.Ui.MapDefaultSettingsProvider');
Constructor name | Brief description | |
![]() |
MapDefaultSettingsProvider | The MapDefaultSettingsProvider constructor creates an instance of the MapDefaultSettingsProvider class. |
Method name | Brief description | |
![]() |
getArrowDefaultLabelMaskText | The getArrowDefaultLabelMaskText method returns format for displaying labels of arrows on a map. |
![]() |
getArrowDefaultTooltipMaskText | The getArrowDefaultTooltipMaskText method contains format of labels of arrows on a map. |
![]() |
getBarDefaultTooltipMaskText | The getBarDefaultTooltipMaskText method returns format of displaying a bar factor tooltip on a map. |
![]() |
getBubbleDefaultTooltipMaskText | The getBubbleDefaultTooltipMaskText method returns format of displaying a bubble factor tooltip on a map. |
![]() |
getMarkerDefaultTooltipMaskText | The getMarkerDefaultTooltipMaskText method returns format of displaying a label tooltip on a map. |
![]() |
getPieDefaultTooltipMaskText | The getPieDefaultTooltipMaskText method returns format of displaying a pie factor tooltip on a map. |
Property name | Brief description | |
![]() |
DataVisualizer | The DataVisualizer property determines a parent visualizer. |
Method name | Brief description | |
![]() |
getDefaultLabelsMaskText | The getDefaultLabelsMaskText method returns default label text mask. |
![]() |
getDefaultLegendBetweenFormat | The getDefaultLegendBetweenFormat method returns default "between" legend text format. |
![]() |
getDefaultLegendGreaterFormat | The getDefaultLegendGreaterFormat method returns default "greater" legend text format. |
![]() |
getDefaultLegendLessFormat | The getDefaultLegendLessFormat method returns default "less" legend text format. |
![]() |
getDefaultLegendNoDataText | The getDefaultLegendNoDataText method returns default "no data" legend text format. |
![]() |
getDefaultSizeLegendMaxValueFormat | The getDefaultSizeLegendMaxValueFormat method returns default "maximum" legend text format. |
![]() |
getDefaultSizeLegendMinValueFormat | The getDefaultSizeLegendMinValueFormat method returns default "minimum" legend text format. |
![]() |
getDefaultTooltipMaskText | The getDefaultTooltipMaskText method returns default tooltip text mask. |
Property name | Brief description | |
![]() |
The Id property determines a repository object identifier. |
Method name | Brief description | |
![]() |
clone | The clone method creates an object copy. |
![]() |
dispose | The dispose method deletes the component. |
![]() |
getHashCode | The getHashCode method returns hash code of repository object. |
![]() |
getSettings | The getSettings method returns repository object settings. |
![]() |
getTypeName | The getTypeName method returns the name of the object type without the namespace, to which it belongs. |
![]() |
isEqual | The isEqual method determines whether the specified object is equal to the current repository object. |
![]() |
isLive | The isLive method determines validity of repository object. |
![]() |
removeAllEvents | The removeAllEvents method removes all object event handlers by the specified context. |
![]() |
setSettings | The setSettings method determines repository object settings. |
![]() |
defineProps | The defineProps method creates get and set methods from name array for the specified class. |
![]() |
keys | The keys method returns array of methods and properties names for the specified object. |
See also: