Show nearby restaurants in the google map integrated within flutter application

1,139

You can use google map markers or you can use my our package on the pub.dev which gives you opportunity to add any widget to any location on the map.

https://pub.dev/packages/decorated_google_maps_flutter

Share:
1,139
Ankit
Author by

Ankit

Updated on December 27, 2022

Comments

  • Ankit
    Ankit over 1 year

    I am developing a flutter application where I have already integrated google map and I am able to get the current location of the user as well. I want to show the nearby restaurants in the map and want them to be marked on the map. Is there any way I can do that?

  • Ankit
    Ankit about 3 years
    In here they have predefined locations, I don't want that. I want to dynamically show the restaurants near or within the specified radius
  • Burak Cabadan
    Burak Cabadan about 3 years
    You can fetch restaurant locations from api or something and iterate through that and create markers or widgets for that locations