Online Maps  v3
OnlineMapsTooltipDrawerBase Class Reference

The base class for implementation of tooltip drawers More...

Inheritance diagram for OnlineMapsTooltipDrawerBase:
OnlineMapsGenericBase< OnlineMapsTooltipDrawerBase > OnlineMapsGUITooltipDrawer

Public Member Functions

void ShowMarkersTooltip (Vector2 screenPosition)
 Checks if the marker in the specified screen coordinates, and shows him a tooltip. More...
 

Static Public Attributes

static string tooltip
 Tooltip More...
 
static OnlineMapsDrawingElement tooltipDrawingElement
 The drawing element for which the tooltip is drawn More...
 
static OnlineMapsMarkerBase tooltipMarker
 The marker for which the tooltip is drawn More...
 

Additional Inherited Members

- Protected Member Functions inherited from OnlineMapsGenericBase< OnlineMapsTooltipDrawerBase >
 OnlineMapsGenericBase ()
 Constructor More...
 
- Static Protected Attributes inherited from OnlineMapsGenericBase< OnlineMapsTooltipDrawerBase >
static T _instance
 Instance of the class More...
 
- Properties inherited from OnlineMapsGenericBase< OnlineMapsTooltipDrawerBase >
static T instance [get]
 Instance of the class More...
 

Detailed Description

The base class for implementation of tooltip drawers

Member Function Documentation

◆ ShowMarkersTooltip()

void OnlineMapsTooltipDrawerBase.ShowMarkersTooltip ( Vector2  screenPosition)

Checks if the marker in the specified screen coordinates, and shows him a tooltip.

Parameters
screenPositionScreen coordinates

Member Data Documentation

◆ tooltip

string OnlineMapsTooltipDrawerBase.tooltip
static

Tooltip

◆ tooltipDrawingElement

OnlineMapsDrawingElement OnlineMapsTooltipDrawerBase.tooltipDrawingElement
static

The drawing element for which the tooltip is drawn

◆ tooltipMarker

OnlineMapsMarkerBase OnlineMapsTooltipDrawerBase.tooltipMarker
static

The marker for which the tooltip is drawn