Module: BW::Location
- Defined in:
- motion/ios/8/location_constants.rb
Class Method Summary collapse
Class Method Details
.authorized? ⇒ Boolean
13 14 15 16 17 18 19 |
# File 'motion/ios/8/location_constants.rb', line 13 def [ BW::Constants.get("KCLAuthorizationStatus", :authorized), BW::Constants.get("KCLAuthorizationStatus", :authorized_always), BW::Constants.get("KCLAuthorizationStatus", :authorized_when_in_use) ].include?(CLLocationManager.) end |