codingsince1985 / geo-golang

Go library to access geocoding and reverse geocoding APIs
MIT License
518 stars 69 forks source link

How to include the `_type` property returned by OpenCage in the returned `Address` struct? #46

Open teckays opened 7 years ago

teckays commented 7 years ago

Currently the _type property is not included in the returned Address struct. Any ways to add it?

kruftmeister commented 5 years ago

@teckays what is the semantic of this property? Would you have a link to docs or similar?