iconStyle abstract method

IconStyle iconStyle(
  1. SearchResultItem searchResult,
  2. int placemarkIconType
)

Returns the icon style for certain placemark type with given search result. If obtainAdIcons mode is enabled, IconStyle.anchor will be replaced for advertisement pins

Implementation

mapkit_map_icon_style.IconStyle iconStyle(
    search_search_layer_search_result_item.SearchResultItem searchResult,
    core.int placemarkIconType);