GeocoderLaravel icon indicating copy to clipboard operation
GeocoderLaravel copied to clipboard

Look into overriding `$collection->toJson()` to return complete JSON result

Open mikebronner opened this issue 6 years ago • 1 comments

See #101

mikebronner avatar Jul 16 '18 15:07 mikebronner

Unfortunately the toJson method won't work on the collection directly, as the classes in the collection are not compatible. We would have to override each of these models, might do that later.

For now I added a method directly on the geocoder.

mikebronner avatar Nov 03 '18 19:11 mikebronner