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