Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Widget symbol implementation (Feature request) #250

Closed
agetman-gh opened this issue Apr 9, 2020 · 2 comments
Closed

Widget symbol implementation (Feature request) #250

agetman-gh opened this issue Apr 9, 2020 · 2 comments
Labels
enhancement New feature or request

Comments

@agetman-gh
Copy link

Hey

Is it possible for you to implement widget symbol's as in the https://pub.dev/packages/flutter_map ?
It's much more agile and easier to work with widgets in flutter instead of pngs.

It can look smth like this:

Marker( width: 80.0, height: 80.0, point: new LatLng(51.5, -0.09), builder: (ctx) => Container( child: new FlutterLogo(), ), )

And is there any way to bulk add symbols on the map? (not one-by-one) Layers implementation in leaflet is great for this.

@m0nac0 m0nac0 added the enhancement New feature or request label Apr 14, 2020
@m0nac0
Copy link
Collaborator

m0nac0 commented Apr 18, 2020

Hey, unfortunately I think this is impossible right now, because the project relies on the Mapbox Android and iOS SDKs for actually rendering the maps and annotations, and these can't display flutter widgets.

@m0nac0
Copy link
Collaborator

m0nac0 commented Jun 1, 2020

@agetman-gh I'm going to close this issue, #212 also tracks a very similar feature request.
To answer your second question, #279 will add support for batch adding.

@m0nac0 m0nac0 closed this as completed Jun 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants