Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 592 Bytes

supportsLocation.markdown

File metadata and controls

22 lines (14 loc) · 592 Bytes

device.supportsLocation

 
Type Boolean
Library device.*
Keywords location, event
See also Sample code

Overview

This property indicates whether the device running the application supports location events.

Example

local device = require 'plugin.device'

print( device.supportsLocation )