简体   繁体   English

如何在颤振应用中使用谷歌我的地图

[英]How to using google my maps in flutter app

I'm building a flight route map that will be intriguing with the device's gps.我正在构建一个对设备的 gps 感兴趣的飞行路线图。

I tried in one way to use the google my maps service I created objects there on a satellite map of route names and links.我尝试以一种方式使用谷歌我的地图服务,我在路线名称和链接的卫星地图上创建了对象。 But I did not find a package that supports google my maps.但我没有找到支持谷歌我的地图的包。

I tried a second way to do webview but do not see it optimally.我尝试了第二种方法来进行 webview,但没有以最佳方式看到它。 I would love to hear your ideas for execution / someone who knows a package that works with Google my Maps.我很想听听您对执行的想法/知道与 Google 我的地图一起使用的软件包的人。

Thanks谢谢

plot the gps location data on a map ie place map markers on the google map在地图上绘制 gps 位置数据,即在谷歌地图上放置地图标记

use google_maps_flutter package for flutter/google maps integration使用 google_maps_flutter 包进行颤振/谷歌地图集成

https://pub.dev/packages/google_maps_flutter https://pub.dev/packages/google_maps_flutter

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 在 Flutter App 中使用谷歌地图时出错 - Error while using Google Maps in Flutter App 如何在 Flutter 中打开 ios 中的谷歌地图应用程序 - How to open the Google Maps App in ios in Flutter 使用 google_maps_flutter 在 IOS 上的 Flutter App 崩溃 - Flutter App crash on IOS by using google_maps_flutter Flutter 应用程序在 Android 上使用 Google 地图 Flutter 插件崩溃 - Flutter App crashing on Android using Google Maps Flutter Plugin 在我的 flutter Google 地图应用程序上绘制带有折线的路线时如何缩小相机并设置动画效果 - How to zoom out and animate camera when a route with poly lines is drawn on my flutter Google maps app 我的应用程序在使用谷歌地图时崩溃 - My App is Crashing while using google maps Flutter:当我的应用不在前台时如何显示横幅(如地图/谷歌 Map 那样)? - Flutter: how to display a banner when my app is not in foreground (as Maps / Google Map does)? 如何从 flutter 应用程序导航谷歌地图应用程序 - How to navigate google maps app from flutter app 在 Android Studio 上使用 Flutter 框架启用 Google Maps 的应用程序的问题 - Issues with Google Maps enabled App using flutter framework on Android Studio 在 Flutter 应用程序中使用 Google 地图逐步导航 - Using Google Maps Step by Step Navigation inside Flutter app
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM