Online Maps v3
|
The base class for implementation of tooltip drawers. More...
Public Member Functions | |
void | ShowMarkersTooltip (Vector2 screenPosition) |
Checks if the marker in the specified screen coordinates, and shows him a tooltip. | |
Static Public Attributes | |
static string | tooltip |
Tooltip. | |
static OnlineMapsDrawingElement | tooltipDrawingElement |
The drawing element for which the tooltip is drawn. | |
static OnlineMapsMarkerBase | tooltipMarker |
The marker for which the tooltip is drawn. | |
Additional Inherited Members | |
Protected Member Functions inherited from OnlineMapsGenericBase< OnlineMapsTooltipDrawerBase > | |
OnlineMapsGenericBase () | |
Constructor. | |
Static Protected Attributes inherited from OnlineMapsGenericBase< OnlineMapsTooltipDrawerBase > | |
static T | _instance |
Instance of the class. | |
Properties inherited from OnlineMapsGenericBase< OnlineMapsTooltipDrawerBase > | |
static T | instance [get] |
Instance of the class. | |
The base class for implementation of tooltip drawers.
void OnlineMapsTooltipDrawerBase.ShowMarkersTooltip | ( | Vector2 | screenPosition | ) |
Checks if the marker in the specified screen coordinates, and shows him a tooltip.
screenPosition | Screen coordinates |