文件名称:nativescript-google-places
文件大小:3KB
文件格式:ZIP
更新时间:2024-06-07 04:06:08
JavaScript
原生脚本 阅读Google Places API文档 Api配置 为Google Places Api网络服务创建新密钥 在应用程式中使用 var GPlaces = require("../../modules/nativescript-gplaces"); var googleServerApiKey = "your key api" exports.onLoaded = function(args) { GPlaces.setGoogleServerApiKey(googleServerApiKey) GPlaces.setErrorCallback(onPlacesErrorCallback) } function onPlacesErrorCallback(text){ alert(text) } 地点搜寻 /
【文件预览】:
nativescript-google-places-master
----package.json(192B)
----README.md(814B)
----google-places.android.js(5KB)
----google-places.ios.js(0B)