问题标签 [google-place-picker]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
1 回答
178 浏览

android - 在新的 Google 地点选择器中找不到样式/PlacesAutocompleteThemeOverlay

构建.gradle

功能模块清单

执行

我遇到了以下问题

提前致谢!

0 投票
1 回答
159 浏览

google-cloud-platform - Google Place API 使用限制和计费 (2019)

弃用后google place picker我必须定制它。我必须使用谷歌地方 API。假设我估计 1. Place Search 2. Place Autocomplete - 由地点选择器包提供的 API 每天命中 1000 次。

帐单文件非常复杂,我无法理解。我的理解是:a。现在必须通过添加信用卡来添加计费帐户 b. 对于 Place Picker 150,000 hits/24 小时是免费的(当我用完限制后,会发生什么?我的应用会显示错误还是会被收费?)

我是这个领域的新手。任何人都可以通过证明所需信息来帮助我。谢谢。是否还有其他选择也请提及。

0 投票
1 回答
783 浏览

swift - Google Places Picker 不再工作,说:iOS 的 Places API 未启用。请参阅开发人员指南

我收到错误消息:

错误:操作无法完成。未启用 iOS 版 Places API。请参阅开发人员指南 ( https://developers.google.com/places/ios-api/start ),了解如何启用适用于 iOS 的 Google Places API。

Google 地图服务帐户已正确配置,帐单等已完成。

用于呈现的代码:

0 投票
1 回答
763 浏览

android - 弃用后如何在android中实现谷歌地图地点选择器

我想在我的 android 应用程序中使用谷歌地图地点选择器,但地点选择器已被弃用,并且不包含在新的地点 SDK 中。请告诉我如何在我的 android 应用中实现最新的 SDK

0 投票
1 回答
1155 浏览

android - Kotlin 中的 PlacePicker

我正在关注PlacePickerAPI

问题是放置选择器突然打开和关闭。我在 StackOverflow 上找到了答案之一,并且完成如下:

  1. 在 Google 控制台中启用 Places API。

  2. 我在 AndroidManifest 文件中添加了 API 密钥,如下所示:

PlacePicker 是否已弃用?如果是,这个问题的解决方案可能是什么?Kotlin 中是否为 Google Place Picker 提供任何支持?

可能是什么问题?谢谢。

0 投票
1 回答
141 浏览

android - android new autocomplete place sdk 无法显示所有位置

我在一个 Android 应用程序中实现了新的自动完成 place sdk,但它没有显示尼日利亚的大部分地方。例如,当我输入时,spar PH它应该SPAR PH, Forces Avenue, Port Harcourt, Nigeria在建议中显示位置,但不显示。还有其他例子也不起作用。这适用于自动完成 Place API,但不适用于新的 autocomplete。

活动代码

公共类 LocationPickActivity 扩展 BaseActivity 实现 OnMapReadyCallback、GoogleMap.OnCameraMoveListener、GoogleMap.OnCameraIdleListener、GoogleApiClient.ConnectionCallbacks、GoogleApiClient.OnConnectionFailedListener、LocationPickIView { private static final LatLngBounds BOUNDS_INDIA = new LatLngBounds(new LatLng(-0, 0), new LatLng(0, 0) )); 私有位置 mLastKnownLocation;受保护的 GoogleApiClient mGoogleApiClient;@BindView(R.id.appbar) AppBarLayout 应用栏;@BindView(R.id.toolbar) 工具栏工具栏;@BindView(R.id.source) 编辑文本源;@BindView(R.id.destination) EditText 目标;@BindView(R.id.destination_layout) 线性布局目标布局;@BindView(R.id.home_address_layout) 线性布局 homeAddressLayout; @BindView(R.id.work_address_layout) 线性布局工作地址布局;@BindView(R.id.home_address) TextView homeAddress; @BindView(R.id.work_address) TextView 工作地址;@BindView(R.id.locations_rv) RecyclerView locationsRv; @BindView(R.id.location_bs_layout) CardView locationBsLayout; @BindView(R.id.dd) CoordinatorLayout dd; 布尔 isEnableIdle = false; @BindView(R.id.llSource) 线性布局 llSource; 布尔 isEnableIdle = false; @BindView(R.id.llSource) 线性布局 llSource; 布尔 isEnableIdle = false; @BindView(R.id.llSource) 线性布局 llSource;

}

取地方())。AutocompleteSessionToken 令牌 = AutocompleteSessionToken.newInstance();

}

0 投票
1 回答
396 浏览

android - 键盘不会隐藏在后退箭头上单击自动完成(GooglePlacesPicker)

在此处输入图像描述

上面的代码打开GooglePlacesPicker了我们可以搜索地点的地方。点击后退箭头应关闭键盘。但事实并非如此。

我尝试了以下方法来关闭键盘

但没有奏效。好心的帮助

0 投票
1 回答
246 浏览

flutter - 地图未在 google_maps_place_picker 中显示

我正在尝试使用 google_maps_place_picker 但地图不只是显示为白屏,这是前两行错误。

MissingPluginException(在通道 com.baseflow.flutter/location_permissions 上找不到方法 checkServiceStatus 的实现)E/flutter(6811):[错误:flutter/lib/ui/ui_dart_state.cc(157)] 未处理的异常:PlatformException(错误,java。 lang.IllegalStateException:尝试创建未注册类型的平台视图:plugins.flutter.io/google_maps E/flutter(6811):在 io.flutter.plugin.platform.PlatformViewsController$1.createPlatformView(PlatformViewsController.java:97)。

感谢您提供任何解决方案

0 投票
1 回答
41 浏览

android - Google Place Picker 需要点击三下才能打开

我正在重新访问一个旧的 Android 应用程序以尽可能对其进行升级,我发现了以下问题。片段上有一个按钮可以打开 Google Place Picker。问题是 Google Place Picker 显示并在单击按钮后的前两次立即关闭。然后第三次打开并保持打开状态。

这是 onclicklistener 函数:

我猜这个问题可能是由于 Google Place Picker 的一些弃用。我应该怎么做才能避免需要按 3 次按钮?

0 投票
1 回答
760 浏览

flutter - Flutter中的Google Maps Place Picker包错误

当我尝试google_maps_place_picker在颤振中运行以下带有包的代码时,我得到了一个巨大的错误列表。

错误

5:8:错误:未找到:“dart:html”导入“dart:html”显示文档、元素、节点;

错误:未找到:“dart:js”导出“dart:js”显示allowInterop、allowInteropCaptureThis;

错误:未找到:“dart:js_util”导出“dart:js_util”;

错误:找不到类型“元素”。元素mapDiv,[^^^^^^^

错误:找不到类型“节点”。List<MVCArray> 获取控件 => ^^^^

错误:找不到类型“元素”。元素 _getDiv() => callMethod(this, 'getDiv', []); ^^^^^^^

这些只是我提出的一些错误。还有很多这样的。

我在 pubspec.yaml 文件中添加了这些依赖项。