ru.dgis.sdk.map.CalloutVisualizationMode | Android SDK | 2GIS Documentation

CalloutVisualizationMode

The mode of displaying bubbles with time and route length. Unlike DisplayFlag for each individual route object, it affects not only the display, but also the calculation of bubble positions. See IRouteMapObject::display_flags. See IRouteMapObject::callout_position.

Properties
EnumItem

Show bubbles (taking into account DisplayFlag) and calculate positions for them if at least one route is added to the source.

EnumItem

Show bubbles (taking into account DisplayFlag) and calculate positions for them only if more than one route object is added to the source.

EnumItem

Don't show bubbles and don't calculate positions for them.