Lines Matching refs:icon
19 Creates a Location button with an icon, text, and background.
47 Describes the icon, text, and other specific elements for the Location button.
51 > At least one of **icon** or **text** must be provided.<br>
52 > If neither **icon** nor **text** is provided, the **options** parameter in [LocationButton](#loca…
60 | icon | [LocationIconStyle](#locationiconstyle) | No| Icon style of the Location button.<br>If thi…
72 | FULL_FILLED | 0 | Filled style icon.|
73 | LINES | 1 | Line style icon.|
141 // Create a default Location button with an icon, text, and background.
146 LocationButton({icon:LocationIconStyle.LINES})
147 …// Create a button with only an icon and background. If the alpha value of the most significant ei…
148 LocationButton({icon:LocationIconStyle.LINES, buttonType:ButtonType.Capsule})
150 …// Create a button with an icon, text, and background. If the alpha value of the most significant …
151 …LocationButton({icon:LocationIconStyle.LINES, text:LocationDescription.CURRENT_LOCATION, buttonTyp…
152 …// Create a button with an icon, text, and background. If the set width is less than the minimum a…
153 …LocationButton({icon:LocationIconStyle.LINES, text:LocationDescription.CURRENT_LOCATION, buttonTyp…
156 …// Create a button with an icon, text, and background. If the set width is less than the minimum a…
157 …LocationButton({icon:LocationIconStyle.LINES, text:LocationDescription.CURRENT_LOCATION, buttonTyp…
160 …// Create a button with an icon, text, and background. If the set width is less than the minimum a…
161 …LocationButton({icon:LocationIconStyle.LINES, text:LocationDescription.CURRENT_LOCATION, buttonTyp…