Tom O'Sullivan
Tom O'Sullivan
> @cgestes Well, seems I already had this imported in the file..  > > Maybe you forgot to mention some extra steps that you did to make it work?...
Had the same issue, so had to override the dependency to get the last update that still contained toJson `dependency_overrides:` `location_platform_interface: 3.0.0`
Seems like the override above no longer works, so instead I created my own extension which I can call from `location.toJson()` ``` extension LocationDataJson on LocationData { Map toJson() {...
I've been testing some ideas based upon the source code you have provided, I'll post anything that I come up with, just trying to figure out how to get the...