4.6.201909161536 • Published 5 years ago

@dfeidao/fd-am000047 v4.6.201909161536

Weekly downloads
-
License
MIT
Repository
-
Last release
5 years ago

判断设备是否支持GPS

判断手机是否支持GPS(仅限安卓),如果支持则返回true,不支持返回false,ios永远返回true

Installation

yarn add --dev @dfeidao/fd-am000047

Example

import am047 from '@dfeidao/fd-am000047';

const support_gps = await am047();