作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
CameraPosition cameraPosition = new CameraPosition.Builder()
.target(latLng)
.zoom(20)
.build();
mMap.moveCamera(CameraUpdateFactory.newCameraPosition(cameraPosition));
当我为标记设置动画时,默认情况下相机会移动到 map
的中心。我想将相机位置设置为中心顶部动画(zomato map Activity 有,当我单击标记时,底部工作表必须溢出 map ,同时标记将 map 移动到顶部。我该怎么做?)
谢谢。
最佳答案
在onMapReady
中更改您的起始位置
mGoogleMap.moveCamera(CameraUpdateFactory.newLatLngZoom(new LatLng(lat,lng), zoom));
关于android - 如何使用android更改谷歌地图中的相机位置?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41508555/
leaflet:一个开源并且对移动端友好的交互式地图 JavaScript 库 中文文档: https://leafletjs.cn/reference.html 官网(英文): ht
我是一名优秀的程序员,十分优秀!