purgetss
Version:
A package that simplifies mobile app creation for Titanium developers.
7 lines • 359 B
Markdown
```css
// Property: showBackgroundLocationIndicator
// Description: Specifies that an indicator be shown when the app makes use of continuous background location updates.
// Component(s): Ti.Geolocation
'.show-bg-location-indicator': { showBackgroundLocationIndicator: true }
'.show-bg-location-indicator-false': { showBackgroundLocationIndicator: false }
```