文件名称:Pebble---address-finder:pebble.js 应用程序来查找用户的大概位置
文件大小:1.65MB
文件格式:ZIP
更新时间:2024-07-20 18:45:16
JavaScript
Pebble---地址查找器 使用 pebble.js、Simply.js 和 google Geocode API 查找您的当前地址 例子 代码 navigator . geolocation . getCurrentPosition ( function ( pos ) { simply . scrollable ( true ) ; simply . vibe ( 'short' ) ; simply . style ( "small" ) ; var coords = pos . coords ; var geourl = 'https://maps.googleapis.com/maps/api/geocode/json?latlng=' + coords . latitude + ',' + coords . longitude + '&key=geoco
【文件预览】:
Pebble---address-finder-master
----example.gif(1.67MB)
----app.js(551B)
----README.md(1KB)