bazrafkan / google_place

A new Flutter package for handle google place api
MIT License
84 stars 122 forks source link

get city name from results #40

Open MarianneAK opened 2 years ago

MarianneAK commented 2 years ago

helloo, is there a way to extract the city name from search results ?

juliuszmandrosz commented 2 years ago

If you searching by cities, then: result .structuredFormatting? .mainText

if not, you can extract city from result.structuresFormatting in some way.