easy_google_maps

适用于 Web 和移动端的 Flutter 简易谷歌地图。

1

2

入门

移动端

请按照移动端设置说明操作 点击此处

Web

一切就绪!

EasyGoogleMaps(
    apiKey: 'YOUR_API_KEY_HERE',
    address: 'Infinite Loop, Cupertino, CA 95014',
    title: 'Apple Campus',
)
  • 更改地址后,地图会自动将摄像机位置移动到新的标记。
  • 可以选择指定宽度和高度。
  • 需要从Google Maps获取API密钥。

GitHub

https://github.com/rodydavis/easy_google_maps