{"id":72492,"library":"google-maps-services","title":"Google Maps Services","description":"Java client library for Google Maps Platform Web Services, enabling geocoding, directions, and places API integration.","status":"active","version":"2.2.0","language":"java","source_language":null,"source_url":"https://github.com/googlemaps/google-maps-services-java","tags":["google-maps","geocoding","directions","places","api"],"install":[{"cmd":"<dependency>\n  <groupId>com.google.maps</groupId>\n  <artifactId>google-maps-services</artifactId>\n  <version>2.2.0</version>\n</dependency>","lang":"xml","label":"Maven"},{"cmd":"implementation 'com.google.maps:google-maps-services:2.2.0'","lang":"groovy","label":"Gradle"}],"dependencies":[],"imports":[{"symbol":"GeoApiContext","correct":"com.google.maps.GeoApiContext"}],"quickstart":{"code":"import com.google.maps.GeoApiContext;\nimport com.google.maps.GeocodingApi;\nimport com.google.maps.model.GeocodingResult;\n\npublic class MapsExample {\n    public static void main(String[] args) throws Exception {\n        GeoApiContext context = new GeoApiContext.Builder()\n                .apiKey(\"YOUR_API_KEY\")\n                .build();\n        GeocodingResult[] results = GeocodingApi.geocode(context, \"1600 Amphitheatre Parkway, Mountain View, CA\").await();\n        System.out.println(results[0].formattedAddress);\n    }\n}","lang":"java","description":"Geocodes an address using the Google Maps Geocoding API."},"warnings":[{"fix":"Store API key in environment variables or secure configuration.","message":"API key required and must be kept secure; avoid exposing in client-side code.","severity":"gotcha","affected_versions":"all"}],"env_vars":null,"search_vec":"'api':18,26 'client':5 'direct':15,24 'enabl':13 'geocod':14,23 'googl':1,8,21 'google-map':20 'integr':19 'java':4 'librari':6 'map':2,9,22 'place':17,25 'platform':10 'servic':3,12 'web':11","created_at":"2026-06-17T18:39:44.216458+00:00","updated_at":"2026-06-17T18:39:44.216458+00:00","problems":[],"ecosystem":"maven","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/googlemaps/google-maps-services-java","github":"https://github.com/googlemaps/google-maps-services-java","docs":"https://appdoc.app/artifact/com.google.maps/google-maps-services/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["networking"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}