com.sap.cloud.mobile.fiori.maps.LegendItemSource |
![]() |
Anything that can contribute a legend item should implement this interface
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract LegendItem |
createLegendItem(Context context)
Creates a legend item.
| ||||||||||
abstract String |
getLegendLayerName()
return the layer name
| ||||||||||
abstract String |
getLegendTitle()
Returns the legend title
| ||||||||||
abstract LegendItem.LegendType |
getLegendType()
Returns the legend type
|
Creates a legend item.
context | context used to create bitmap |
---|