canProvideLabels abstract method
Returns true
if provider is able to provide images for given search
result and placemark types of LabelShortLeft
, LabelShortRight
,
LabelDetailedLeft
and LabelDetailedRight
. If false
is returned
then no label would be shown for this search result.
Implementation
core.bool canProvideLabels(
search_search_layer_search_result_item.SearchResultItem searchResult);