在屏幕中心点获取地图纬度/经度

发布于 2025-01-10 05:23:35 字数 259 浏览 0 评论 0原文

有谁知道如何从屏幕中心点获取地图坐标?

有几个不同的答案,但它们都适用于 Google 地图 -

Flutter:如何获取屏幕中心点的位置坐标

我正在使用 HERE 地图。

谢谢

Does anyone know how to take map coordinates from centre point of the screen?

There are several different answers but they're all for Google Maps -

Flutter: how to get location coordinates of point in the center of screen

I am using HERE maps.

Thank you

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

人间不值得 2025-01-17 05:23:35

用户指南中所示,只需获取通过调用:

hereMapController.camera.state.targetCoordinates

在 HERE 的术语中,目标指定相机所观察的点。默认情况下,它会查看地图视图的中心,除非用主点更改了它。

当以编程方式平移或移动地图时,相机仍会查看地图视图的中心,因此每次都会更新值。

As indicated in the user guide simply get it by calling:

hereMapController.camera.state.targetCoordinates

In HERE's terminology the target specifies the point at which the camera looks. By default, it's looking at the center of the map view, unless it was changed with a principal point.

When the map is panned or moved programmatically, the camera still looks at the center of the map view, so the values are updated each time.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文