Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Google maps in flutter applications

Hey I wanted to ask if there is a way to use the google maps api in the flutter application. I want to avoid using the static maps. Please let me know if there is a way.

like image 975
Shreya Avatar asked Aug 30 '17 04:08

Shreya


Video Answer


1 Answers

Inline maps support is covered in issue 73. It's not implemented yet, but it's in the current milestone.

You can use the location plugin to get the current geolocation.

like image 107
Collin Jackson Avatar answered Oct 04 '22 20:10

Collin Jackson