Google Maps, is it possible to use a Material Icon as a map marker?
Asked Answered
A

2

5

Is it possible to use the Material Icons in Flutter as Markers in a Flutter app with the GoogleMap widget?

Aftershaft answered 25/10, 2019 at 15:27 Comment(0)
R
6

If it's not too late: Yes, it is possible - but requires some steps: You draw an icon (which is basically a character within an icon font) on a Canvas, write the Canvas's content to PNG data and then instantiate a Marker with it. I actually wrote an article on how to do it.

Realist answered 18/1, 2020 at 13:45 Comment(0)
V
0

Its much easier.

<span class="material-icons">face</span>

Maybe u need to import those icons first, or host them by urself.

https://developers.google.com/fonts/docs/material_icons

Vacillation answered 25/9, 2024 at 7:0 Comment(0)

© 2022 - 2025 — McMap. All rights reserved.