UNPKG

purgetss

Version:

A package that simplifies mobile app creation for Titanium developers.

13 lines 846 B
```css // Property: accuracy // Component(s): Ti.Geolocation.Android.LocationRule, Ti.Geolocation, LocationCoordinates, ForwardGeocodeResponse, HeadingData, LocationProviderDict '.accuracy-high': { accuracy: Ti.Geolocation.ACCURACY_HIGH } '.accuracy-best-for-navigation': { accuracy: Ti.Geolocation.ACCURACY_BEST_FOR_NAVIGATION } '.accuracy-low': { accuracy: Ti.Geolocation.ACCURACY_LOW } '.accuracy-best': { accuracy: Ti.Geolocation.ACCURACY_BEST } '.accuracy-nearest-ten-meters': { accuracy: Ti.Geolocation.ACCURACY_NEAREST_TEN_METERS } '.accuracy-hundred-meters': { accuracy: Ti.Geolocation.ACCURACY_HUNDRED_METERS } '.accuracy-kilometer': { accuracy: Ti.Geolocation.ACCURACY_KILOMETER } '.accuracy-three-kilometers': { accuracy: Ti.Geolocation.ACCURACY_THREE_KILOMETERS } '.accuracy-reduced': { accuracy: Ti.Geolocation.ACCURACY_REDUCED } ```