purgetss
Version:
A package that simplifies mobile app creation for Titanium developers.
7 lines • 370 B
Markdown
```css
// Property: trackSignificantLocationChange
// Description: Indicates if the location changes should be updated only when a significant change in location occurs.
// Component(s): Ti.Geolocation
'.track-significant-location-change': { trackSignificantLocationChange: true }
'.track-significant-location-change-false': { trackSignificantLocationChange: false }
```