Stack Overflow
  1. 首页
  2. 工具
  3. 网站转让
  1. 首页
    1. 导航
    2. 问题
    3. 标签
    1. Teams
      Stack Overflow for Teams – Start collaborating and sharing organizational knowledge. Create a free Team Why Teams?
    2. Teams
    3. Create free Team
Collectives on Stack Overflow

Find centralized, trusted content and collaborate around the technologies you use most.

Learn more

Teams

Q&A for work

Connect and share knowledge within a single location that is structured and easy to search.

Learn more

java - 单击选择此位置时,地点选择器 API getName 显示 LatLng

翻译自:https://stackoverflow.com/questions/42913356 2017-03-20T20:28:27.190
196 次
This question shows research effort; it is useful and clear
2
This question does not show any research effort; it is unclear or not useful
Bookmark this question.
Show activity on this post.

我正在使用 Place Picker API 来获取地名、地址、电话、网站。As seen on the first picture when i click a place on the map it shows the place name and address and when selected the results show in a form company name, address, phone number etc. !

当我单击选择此位置时,它会显示纬度坐标并将它们放在公司名称编辑文本中的表格中。这基本上意味着 place.getName() 在选择地点时为您获取地点名称,并在单击选择此位置时获取 latlng。

如何使选定的坐标进入另一个字段而不是在 place.getName() 下?

javaandroidgoogle-placesgmsplacepicker
4

0 回答 0

Related

1
ios - 将 UIButton 的目标设置为 IBAction 不起作用(Objective-C)
3
variables - 创建动态命名的变量
1
sql-server - 无法通过实体框架执行常规 sql 查询
1
svn - SVN - 重命名分支和切换
2
command-line - 使用 cmd 按日期搜索目录中的文件
1
extjs - sencha touch,sync() 成功后不会将脏标志设置为 false
5
c - 为什么 printf("%s",(char[]){'H','i','\0'}) 像 printf("%s","Hi") 工作,但是 printf("%s", (char*){'H','i','\0'}); 失败?
3
html - HTML/CSS 如何格式化文本并在其旁边浮动一个图像
1
python - 在 matplotlib 中使用 PathCollections 的图例
2
php - PHP_VERSION_ID 是 int 但未定义。(PHP-FPM 5.4.4)

Reference

php × 1429865
c/c++ × 756500
nginx × 49975
mongodb × 159057
mybatis × 3233
anaconda × 13410
pycharm × 14671
python × 1902243
vscode × 56040
docker × 110988
github × 49000
flask × 49129
ffmpeg × 24037
jmeter × 16910
matplotlib × 63493
bootstrap × 54641
Stack Overflow 中文网

遵从 CC BY-SA 知识共享许可协议。