Skip to content

Add types of location in final response

Latest

Choose a tag to compare

@kozebobinka kozebobinka released this 06 Nov 11:22
· 2 commits to master since this release

Location Types Support

  • Added types field to Location response containing location type information (e.g., locality, political, premise, city)
  • Google provider now returns location types from Google Maps Geocoding API
  • OpenCage provider extracts types from _type component field
  • PHP client library updated with getTypes() and setTypes() methods

gRPC Server Reflection

  • Enabled gRPC Server Reflection Protocol for better development experience
  • IntelliJ IDEA HTTP Client can now discover services without proto files
  • Compatible with grpcurl and other reflection-based tools