{"id":45232,"date":"2025-10-18T07:04:34","date_gmt":"2025-10-18T07:04:34","guid":{"rendered":"https:\/\/youzum.net\/developers-can-now-add-live-google-maps-data-to-gemini-powered-ai-app-outputs\/"},"modified":"2025-10-18T07:04:34","modified_gmt":"2025-10-18T07:04:34","slug":"developers-can-now-add-live-google-maps-data-to-gemini-powered-ai-app-outputs","status":"publish","type":"post","link":"https:\/\/youzum.net\/th\/developers-can-now-add-live-google-maps-data-to-gemini-powered-ai-app-outputs\/","title":{"rendered":"Developers can now add live Google Maps data to Gemini-powered AI app outputs"},"content":{"rendered":"<p>Google is adding a new feature for third-party developers building atop its Gemini AI models that rivals like OpenAI&#8217;s ChatGPT, Anthropic&#8217;s Claude, and the growing array of Chinese open source options are unlikely to get anytime soon: <a href=\"https:\/\/blog.google\/technology\/developers\/grounding-google-maps-gemini-api\/\">grounding with Google Maps.<\/a><\/p>\n<p>This addition allows developers to connect Google&#8217;s Gemini AI models&#8217; reasoning capabilities with live geospatial data from Google Maps, enabling applications to deliver detailed, location-relevant responses to user queries\u2014such as business hours, reviews, or the atmosphere of a specific venue. <\/p>\n<p>By tapping into data from over 250 million places, developers can now build more intelligent and responsive location-aware experiences.<\/p>\n<p>This is particularly useful for applications where proximity, real-time availability, or location-specific personalization matter\u2014such as local search, delivery services, real estate, and travel planning. <\/p>\n<p>When the user\u2019s location is known, developers can pass latitude and longitude into the request to enhance the response quality.<\/p>\n<p>By tightly integrating real-time and historical Maps data into the Gemini API, Google enables applications to generate grounded, location-specific responses with factual accuracy and contextual depth that are uniquely possible through its mapping infrastructure.<\/p>\n<h3><b>Merging AI and Geospatial Intelligence<\/b><\/h3>\n<p>The new feature is accessible in Google AI Studio, where developers can try a live demo powered by the Gemini Live API. Models that support the grounding with Google Maps include:<\/p>\n<ul>\n<li>\n<p>Gemini 2.5 Pro<\/p>\n<\/li>\n<li>\n<p>Gemini 2.5 Flash<\/p>\n<\/li>\n<li>\n<p>Gemini 2.5 Flash-Lite<\/p>\n<\/li>\n<li>\n<p>Gemini 2.0 Flash<\/p>\n<\/li>\n<\/ul>\n<p>In one <a href=\"https:\/\/youtu.be\/vw5gIrTVQIY?si=LWJ4XEYPIyI1elrM\">demonstration<\/a>, a user asked for Italian restaurant recommendations in Chicago. <\/p>\n<div><\/div>\n<p>The assistant, leveraging Maps data, retrieved top-rated options and clarified a misspelled restaurant name before locating the correct venue with accurate business details.<\/p>\n<p>Developers can also retrieve a context token to embed a Google Maps widget in their app\u2019s user interface. This interactive component displays photos, reviews, and other familiar content typically found in Google Maps.<\/p>\n<p>Integration is handled via the <code>generateContent<\/code> method in the Gemini API, where developers include <code>googleMaps<\/code> as a tool. They can also enable a Maps widget by setting a parameter in the request. The widget, rendered using a returned context token, can provide a visual layer alongside the AI-generated text.<\/p>\n<h3><b>Use Cases Across Industries<\/b><\/h3>\n<p>The Maps grounding tool is designed to support a wide range of practical use cases:<\/p>\n<ul>\n<li>\n<p><b>Itinerary generation:<\/b> Travel apps can create detailed daily plans with routing, timing, and venue information.<\/p>\n<\/li>\n<li>\n<p><b>Personalized local recommendations:<\/b> Real estate platforms can highlight listings near kid-friendly amenities like schools and parks.<\/p>\n<\/li>\n<li>\n<p><b>Detailed location queries:<\/b> Applications can provide specific information, such as whether a cafe offers outdoor seating, using community reviews and Maps metadata.<\/p>\n<\/li>\n<\/ul>\n<p>Developers are encouraged to only enable the tool when geographic context is relevant, to optimize both performance and cost. <\/p>\n<p>According to the developer documentation, pricing starts at $25 per 1,000 grounded prompts \u2014 a steep sum for those trafficking in numerous queries.<\/p>\n<h3><b>Combining Search and Maps for Enhanced Context<\/b><\/h3>\n<p>Developers can use Grounding with Google Maps alongside Grounding with Google Search in the same request.<\/p>\n<p>While the Maps tool contributes factual data\u2014like addresses, hours, and ratings\u2014the Search tool adds broader context from web content, such as news or event listings.<\/p>\n<p>For example, when asked about live music on Beale Street, the combined tools provide venue details from Maps and event times from Search. <\/p>\n<p>According to Google, internal testing shows that using both tools together leads to significantly improved response quality.<\/p>\n<p>Unfortunately, it doesn&#8217;t appear that the Google Maps grounding includes live vehicular traffic data \u2014 at least not yet.<\/p>\n<h3><b>Customization and Developer Flexibility<\/b><\/h3>\n<p>The experience is built for customization. Developers can tweak system prompts, choose from different Gemini models, and configure voice settings to tailor interactions.<\/p>\n<p> The demo app in Google AI Studio is also remixable, enabling developers to test ideas, add features, and iterate on designs within a flexible development environment.<\/p>\n<p>The API returns structured metadata\u2014including source links, place IDs, and citation spans\u2014that developers can use to build inline citations or verify the AI-generated outputs. <\/p>\n<p>This supports transparency and enhances trust in user-facing applications. Google also requires that Maps-based sources be attributed clearly and linked back to the source using their URI.<\/p>\n<h3><b>Implementation Considerations for AI Builders<\/b><\/h3>\n<p>For technical teams integrating this capability, Google recommends:<\/p>\n<ul>\n<li>\n<p>Passing user location context when known, for better results.<\/p>\n<\/li>\n<li>\n<p>Displaying Google Maps source links directly beneath the relevant content.<\/p>\n<\/li>\n<li>\n<p>Only enabling the tool when the query clearly involves geographic context.<\/p>\n<\/li>\n<li>\n<p>Monitoring latency and disabling grounding when performance is critical.<\/p>\n<\/li>\n<\/ul>\n<p>Grounding with Google Maps is currently available globally, though prohibited in several territories (including China, Iran, North Korea, and Cuba), and not permitted for emergency response use cases.<\/p>\n<h3><b>Availability and Access<\/b><\/h3>\n<p>Grounding with Google Maps is now generally available through the Gemini API. <\/p>\n<p>With this release, Google continues to expand the capabilities of the Gemini API, empowering developers to build AI-driven applications that understand and respond to the world around them.<\/p>","protected":false},"excerpt":{"rendered":"<p>Google is adding a new feature for third-party developers building atop its Gemini AI models that rivals like OpenAI&#8217;s ChatGPT, Anthropic&#8217;s Claude, and the growing array of Chinese open source options are unlikely to get anytime soon: grounding with Google Maps. This addition allows developers to connect Google&#8217;s Gemini AI models&#8217; reasoning capabilities with live geospatial data from Google Maps, enabling applications to deliver detailed, location-relevant responses to user queries\u2014such as business hours, reviews, or the atmosphere of a specific venue. By tapping into data from over 250 million places, developers can now build more intelligent and responsive location-aware experiences. This is particularly useful for applications where proximity, real-time availability, or location-specific personalization matter\u2014such as local search, delivery services, real estate, and travel planning. When the user\u2019s location is known, developers can pass latitude and longitude into the request to enhance the response quality. By tightly integrating real-time and historical Maps data into the Gemini API, Google enables applications to generate grounded, location-specific responses with factual accuracy and contextual depth that are uniquely possible through its mapping infrastructure. Merging AI and Geospatial Intelligence The new feature is accessible in Google AI Studio, where developers can try a live demo powered by the Gemini Live API. Models that support the grounding with Google Maps include: Gemini 2.5 Pro Gemini 2.5 Flash Gemini 2.5 Flash-Lite Gemini 2.0 Flash In one demonstration, a user asked for Italian restaurant recommendations in Chicago. The assistant, leveraging Maps data, retrieved top-rated options and clarified a misspelled restaurant name before locating the correct venue with accurate business details. Developers can also retrieve a context token to embed a Google Maps widget in their app\u2019s user interface. This interactive component displays photos, reviews, and other familiar content typically found in Google Maps. Integration is handled via the generateContent method in the Gemini API, where developers include googleMaps as a tool. They can also enable a Maps widget by setting a parameter in the request. The widget, rendered using a returned context token, can provide a visual layer alongside the AI-generated text. Use Cases Across Industries The Maps grounding tool is designed to support a wide range of practical use cases: Itinerary generation: Travel apps can create detailed daily plans with routing, timing, and venue information. Personalized local recommendations: Real estate platforms can highlight listings near kid-friendly amenities like schools and parks. Detailed location queries: Applications can provide specific information, such as whether a cafe offers outdoor seating, using community reviews and Maps metadata. Developers are encouraged to only enable the tool when geographic context is relevant, to optimize both performance and cost. According to the developer documentation, pricing starts at $25 per 1,000 grounded prompts \u2014 a steep sum for those trafficking in numerous queries. Combining Search and Maps for Enhanced Context Developers can use Grounding with Google Maps alongside Grounding with Google Search in the same request. While the Maps tool contributes factual data\u2014like addresses, hours, and ratings\u2014the Search tool adds broader context from web content, such as news or event listings. For example, when asked about live music on Beale Street, the combined tools provide venue details from Maps and event times from Search. According to Google, internal testing shows that using both tools together leads to significantly improved response quality. Unfortunately, it doesn&#8217;t appear that the Google Maps grounding includes live vehicular traffic data \u2014 at least not yet. Customization and Developer Flexibility The experience is built for customization. Developers can tweak system prompts, choose from different Gemini models, and configure voice settings to tailor interactions. The demo app in Google AI Studio is also remixable, enabling developers to test ideas, add features, and iterate on designs within a flexible development environment. The API returns structured metadata\u2014including source links, place IDs, and citation spans\u2014that developers can use to build inline citations or verify the AI-generated outputs. This supports transparency and enhances trust in user-facing applications. Google also requires that Maps-based sources be attributed clearly and linked back to the source using their URI. Implementation Considerations for AI Builders For technical teams integrating this capability, Google recommends: Passing user location context when known, for better results. Displaying Google Maps source links directly beneath the relevant content. Only enabling the tool when the query clearly involves geographic context. Monitoring latency and disabling grounding when performance is critical. Grounding with Google Maps is currently available globally, though prohibited in several territories (including China, Iran, North Korea, and Cuba), and not permitted for emergency response use cases. Availability and Access Grounding with Google Maps is now generally available through the Gemini API. With this release, Google continues to expand the capabilities of the Gemini API, empowering developers to build AI-driven applications that understand and respond to the world around them.<\/p>","protected":false},"author":2,"featured_media":45233,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"pmpro_default_level":"","site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"_pvb_checkbox_block_on_post":false,"footnotes":""},"categories":[52,5,7,1],"tags":[],"class_list":["post-45232","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-ai-club","category-committee","category-news","category-uncategorized","pmpro-has-access"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.3 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Developers can now add live Google Maps data to Gemini-powered AI app outputs - YouZum<\/title>\n<meta name=\"description\" content=\"\u0e01\u0e34\u0e08\u0e01\u0e23\u0e23\u0e21\u0e40\u0e01\u0e35\u0e48\u0e22\u0e27\u0e01\u0e31\u0e1a\u0e42\u0e14\u0e23\u0e19\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/youzum.net\/th\/developers-can-now-add-live-google-maps-data-to-gemini-powered-ai-app-outputs\/\" \/>\n<meta property=\"og:locale\" content=\"th_TH\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Developers can now add live Google Maps data to Gemini-powered AI app outputs - YouZum\" \/>\n<meta property=\"og:description\" content=\"\u0e01\u0e34\u0e08\u0e01\u0e23\u0e23\u0e21\u0e40\u0e01\u0e35\u0e48\u0e22\u0e27\u0e01\u0e31\u0e1a\u0e42\u0e14\u0e23\u0e19\" \/>\n<meta property=\"og:url\" content=\"https:\/\/youzum.net\/th\/developers-can-now-add-live-google-maps-data-to-gemini-powered-ai-app-outputs\/\" \/>\n<meta property=\"og:site_name\" content=\"YouZum\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/DroneAssociationTH\/\" \/>\n<meta property=\"article:published_time\" content=\"2025-10-18T07:04:34+00:00\" \/>\n<meta name=\"author\" content=\"admin NU\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"admin NU\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 \u0e19\u0e32\u0e17\u0e35\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/youzum.net\/developers-can-now-add-live-google-maps-data-to-gemini-powered-ai-app-outputs\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/youzum.net\/developers-can-now-add-live-google-maps-data-to-gemini-powered-ai-app-outputs\/\"},\"author\":{\"name\":\"admin NU\",\"@id\":\"https:\/\/yousum.gpucore.co\/#\/schema\/person\/97fa48242daf3908e4d9a5f26f4a059c\"},\"headline\":\"Developers can now add live Google Maps data to Gemini-powered AI app outputs\",\"datePublished\":\"2025-10-18T07:04:34+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/youzum.net\/developers-can-now-add-live-google-maps-data-to-gemini-powered-ai-app-outputs\/\"},\"wordCount\":805,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/yousum.gpucore.co\/#organization\"},\"image\":{\"@id\":\"https:\/\/youzum.net\/developers-can-now-add-live-google-maps-data-to-gemini-powered-ai-app-outputs\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/youzum.net\/wp-content\/uploads\/2025\/10\/cfr0z3n_realistic_graphic_novel_hyper_detailed_flat_illustratio_8aae43d5-1e50-4ebd-8760-ea28dbc0f328-ZSlEqe-scaled.png\",\"articleSection\":[\"AI\",\"Committee\",\"News\",\"Uncategorized\"],\"inLanguage\":\"th\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/youzum.net\/developers-can-now-add-live-google-maps-data-to-gemini-powered-ai-app-outputs\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/youzum.net\/developers-can-now-add-live-google-maps-data-to-gemini-powered-ai-app-outputs\/\",\"url\":\"https:\/\/youzum.net\/developers-can-now-add-live-google-maps-data-to-gemini-powered-ai-app-outputs\/\",\"name\":\"Developers can now add live Google Maps data to Gemini-powered AI app outputs - YouZum\",\"isPartOf\":{\"@id\":\"https:\/\/yousum.gpucore.co\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/youzum.net\/developers-can-now-add-live-google-maps-data-to-gemini-powered-ai-app-outputs\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/youzum.net\/developers-can-now-add-live-google-maps-data-to-gemini-powered-ai-app-outputs\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/youzum.net\/wp-content\/uploads\/2025\/10\/cfr0z3n_realistic_graphic_novel_hyper_detailed_flat_illustratio_8aae43d5-1e50-4ebd-8760-ea28dbc0f328-ZSlEqe-scaled.png\",\"datePublished\":\"2025-10-18T07:04:34+00:00\",\"description\":\"\u0e01\u0e34\u0e08\u0e01\u0e23\u0e23\u0e21\u0e40\u0e01\u0e35\u0e48\u0e22\u0e27\u0e01\u0e31\u0e1a\u0e42\u0e14\u0e23\u0e19\",\"breadcrumb\":{\"@id\":\"https:\/\/youzum.net\/developers-can-now-add-live-google-maps-data-to-gemini-powered-ai-app-outputs\/#breadcrumb\"},\"inLanguage\":\"th\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/youzum.net\/developers-can-now-add-live-google-maps-data-to-gemini-powered-ai-app-outputs\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"th\",\"@id\":\"https:\/\/youzum.net\/developers-can-now-add-live-google-maps-data-to-gemini-powered-ai-app-outputs\/#primaryimage\",\"url\":\"https:\/\/youzum.net\/wp-content\/uploads\/2025\/10\/cfr0z3n_realistic_graphic_novel_hyper_detailed_flat_illustratio_8aae43d5-1e50-4ebd-8760-ea28dbc0f328-ZSlEqe-scaled.png\",\"contentUrl\":\"https:\/\/youzum.net\/wp-content\/uploads\/2025\/10\/cfr0z3n_realistic_graphic_novel_hyper_detailed_flat_illustratio_8aae43d5-1e50-4ebd-8760-ea28dbc0f328-ZSlEqe-scaled.png\",\"width\":2560,\"height\":1435},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/youzum.net\/developers-can-now-add-live-google-maps-data-to-gemini-powered-ai-app-outputs\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/youzum.net\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Developers can now add live Google Maps data to Gemini-powered AI app outputs\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/yousum.gpucore.co\/#website\",\"url\":\"https:\/\/yousum.gpucore.co\/\",\"name\":\"YouSum\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/yousum.gpucore.co\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/yousum.gpucore.co\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"th\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/yousum.gpucore.co\/#organization\",\"name\":\"Drone Association Thailand\",\"url\":\"https:\/\/yousum.gpucore.co\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"th\",\"@id\":\"https:\/\/yousum.gpucore.co\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/youzum.net\/wp-content\/uploads\/2024\/11\/tranparent-logo.png\",\"contentUrl\":\"https:\/\/youzum.net\/wp-content\/uploads\/2024\/11\/tranparent-logo.png\",\"width\":300,\"height\":300,\"caption\":\"Drone Association Thailand\"},\"image\":{\"@id\":\"https:\/\/yousum.gpucore.co\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/DroneAssociationTH\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/yousum.gpucore.co\/#\/schema\/person\/97fa48242daf3908e4d9a5f26f4a059c\",\"name\":\"admin NU\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"th\",\"@id\":\"https:\/\/yousum.gpucore.co\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/youzum.net\/wp-content\/uploads\/avatars\/2\/1746849356-bpfull.png\",\"contentUrl\":\"https:\/\/youzum.net\/wp-content\/uploads\/avatars\/2\/1746849356-bpfull.png\",\"caption\":\"admin NU\"},\"url\":\"https:\/\/youzum.net\/th\/members\/adminnu\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Developers can now add live Google Maps data to Gemini-powered AI app outputs - YouZum","description":"\u0e01\u0e34\u0e08\u0e01\u0e23\u0e23\u0e21\u0e40\u0e01\u0e35\u0e48\u0e22\u0e27\u0e01\u0e31\u0e1a\u0e42\u0e14\u0e23\u0e19","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/youzum.net\/th\/developers-can-now-add-live-google-maps-data-to-gemini-powered-ai-app-outputs\/","og_locale":"th_TH","og_type":"article","og_title":"Developers can now add live Google Maps data to Gemini-powered AI app outputs - YouZum","og_description":"\u0e01\u0e34\u0e08\u0e01\u0e23\u0e23\u0e21\u0e40\u0e01\u0e35\u0e48\u0e22\u0e27\u0e01\u0e31\u0e1a\u0e42\u0e14\u0e23\u0e19","og_url":"https:\/\/youzum.net\/th\/developers-can-now-add-live-google-maps-data-to-gemini-powered-ai-app-outputs\/","og_site_name":"YouZum","article_publisher":"https:\/\/www.facebook.com\/DroneAssociationTH\/","article_published_time":"2025-10-18T07:04:34+00:00","author":"admin NU","twitter_card":"summary_large_image","twitter_misc":{"Written by":"admin NU","Est. reading time":"4 \u0e19\u0e32\u0e17\u0e35"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/youzum.net\/developers-can-now-add-live-google-maps-data-to-gemini-powered-ai-app-outputs\/#article","isPartOf":{"@id":"https:\/\/youzum.net\/developers-can-now-add-live-google-maps-data-to-gemini-powered-ai-app-outputs\/"},"author":{"name":"admin NU","@id":"https:\/\/yousum.gpucore.co\/#\/schema\/person\/97fa48242daf3908e4d9a5f26f4a059c"},"headline":"Developers can now add live Google Maps data to Gemini-powered AI app outputs","datePublished":"2025-10-18T07:04:34+00:00","mainEntityOfPage":{"@id":"https:\/\/youzum.net\/developers-can-now-add-live-google-maps-data-to-gemini-powered-ai-app-outputs\/"},"wordCount":805,"commentCount":0,"publisher":{"@id":"https:\/\/yousum.gpucore.co\/#organization"},"image":{"@id":"https:\/\/youzum.net\/developers-can-now-add-live-google-maps-data-to-gemini-powered-ai-app-outputs\/#primaryimage"},"thumbnailUrl":"https:\/\/youzum.net\/wp-content\/uploads\/2025\/10\/cfr0z3n_realistic_graphic_novel_hyper_detailed_flat_illustratio_8aae43d5-1e50-4ebd-8760-ea28dbc0f328-ZSlEqe-scaled.png","articleSection":["AI","Committee","News","Uncategorized"],"inLanguage":"th","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/youzum.net\/developers-can-now-add-live-google-maps-data-to-gemini-powered-ai-app-outputs\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/youzum.net\/developers-can-now-add-live-google-maps-data-to-gemini-powered-ai-app-outputs\/","url":"https:\/\/youzum.net\/developers-can-now-add-live-google-maps-data-to-gemini-powered-ai-app-outputs\/","name":"Developers can now add live Google Maps data to Gemini-powered AI app outputs - YouZum","isPartOf":{"@id":"https:\/\/yousum.gpucore.co\/#website"},"primaryImageOfPage":{"@id":"https:\/\/youzum.net\/developers-can-now-add-live-google-maps-data-to-gemini-powered-ai-app-outputs\/#primaryimage"},"image":{"@id":"https:\/\/youzum.net\/developers-can-now-add-live-google-maps-data-to-gemini-powered-ai-app-outputs\/#primaryimage"},"thumbnailUrl":"https:\/\/youzum.net\/wp-content\/uploads\/2025\/10\/cfr0z3n_realistic_graphic_novel_hyper_detailed_flat_illustratio_8aae43d5-1e50-4ebd-8760-ea28dbc0f328-ZSlEqe-scaled.png","datePublished":"2025-10-18T07:04:34+00:00","description":"\u0e01\u0e34\u0e08\u0e01\u0e23\u0e23\u0e21\u0e40\u0e01\u0e35\u0e48\u0e22\u0e27\u0e01\u0e31\u0e1a\u0e42\u0e14\u0e23\u0e19","breadcrumb":{"@id":"https:\/\/youzum.net\/developers-can-now-add-live-google-maps-data-to-gemini-powered-ai-app-outputs\/#breadcrumb"},"inLanguage":"th","potentialAction":[{"@type":"ReadAction","target":["https:\/\/youzum.net\/developers-can-now-add-live-google-maps-data-to-gemini-powered-ai-app-outputs\/"]}]},{"@type":"ImageObject","inLanguage":"th","@id":"https:\/\/youzum.net\/developers-can-now-add-live-google-maps-data-to-gemini-powered-ai-app-outputs\/#primaryimage","url":"https:\/\/youzum.net\/wp-content\/uploads\/2025\/10\/cfr0z3n_realistic_graphic_novel_hyper_detailed_flat_illustratio_8aae43d5-1e50-4ebd-8760-ea28dbc0f328-ZSlEqe-scaled.png","contentUrl":"https:\/\/youzum.net\/wp-content\/uploads\/2025\/10\/cfr0z3n_realistic_graphic_novel_hyper_detailed_flat_illustratio_8aae43d5-1e50-4ebd-8760-ea28dbc0f328-ZSlEqe-scaled.png","width":2560,"height":1435},{"@type":"BreadcrumbList","@id":"https:\/\/youzum.net\/developers-can-now-add-live-google-maps-data-to-gemini-powered-ai-app-outputs\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/youzum.net\/"},{"@type":"ListItem","position":2,"name":"Developers can now add live Google Maps data to Gemini-powered AI app outputs"}]},{"@type":"WebSite","@id":"https:\/\/yousum.gpucore.co\/#website","url":"https:\/\/yousum.gpucore.co\/","name":"YouSum","description":"","publisher":{"@id":"https:\/\/yousum.gpucore.co\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/yousum.gpucore.co\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"th"},{"@type":"Organization","@id":"https:\/\/yousum.gpucore.co\/#organization","name":"Drone Association Thailand","url":"https:\/\/yousum.gpucore.co\/","logo":{"@type":"ImageObject","inLanguage":"th","@id":"https:\/\/yousum.gpucore.co\/#\/schema\/logo\/image\/","url":"https:\/\/youzum.net\/wp-content\/uploads\/2024\/11\/tranparent-logo.png","contentUrl":"https:\/\/youzum.net\/wp-content\/uploads\/2024\/11\/tranparent-logo.png","width":300,"height":300,"caption":"Drone Association Thailand"},"image":{"@id":"https:\/\/yousum.gpucore.co\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/DroneAssociationTH\/"]},{"@type":"Person","@id":"https:\/\/yousum.gpucore.co\/#\/schema\/person\/97fa48242daf3908e4d9a5f26f4a059c","name":"admin NU","image":{"@type":"ImageObject","inLanguage":"th","@id":"https:\/\/yousum.gpucore.co\/#\/schema\/person\/image\/","url":"https:\/\/youzum.net\/wp-content\/uploads\/avatars\/2\/1746849356-bpfull.png","contentUrl":"https:\/\/youzum.net\/wp-content\/uploads\/avatars\/2\/1746849356-bpfull.png","caption":"admin NU"},"url":"https:\/\/youzum.net\/th\/members\/adminnu\/"}]}},"rttpg_featured_image_url":{"full":["https:\/\/youzum.net\/wp-content\/uploads\/2025\/10\/cfr0z3n_realistic_graphic_novel_hyper_detailed_flat_illustratio_8aae43d5-1e50-4ebd-8760-ea28dbc0f328-ZSlEqe-scaled.png",2560,1435,false],"landscape":["https:\/\/youzum.net\/wp-content\/uploads\/2025\/10\/cfr0z3n_realistic_graphic_novel_hyper_detailed_flat_illustratio_8aae43d5-1e50-4ebd-8760-ea28dbc0f328-ZSlEqe-scaled.png",2560,1435,false],"portraits":["https:\/\/youzum.net\/wp-content\/uploads\/2025\/10\/cfr0z3n_realistic_graphic_novel_hyper_detailed_flat_illustratio_8aae43d5-1e50-4ebd-8760-ea28dbc0f328-ZSlEqe-scaled.png",2560,1435,false],"thumbnail":["https:\/\/youzum.net\/wp-content\/uploads\/2025\/10\/cfr0z3n_realistic_graphic_novel_hyper_detailed_flat_illustratio_8aae43d5-1e50-4ebd-8760-ea28dbc0f328-ZSlEqe-150x150.png",150,150,true],"medium":["https:\/\/youzum.net\/wp-content\/uploads\/2025\/10\/cfr0z3n_realistic_graphic_novel_hyper_detailed_flat_illustratio_8aae43d5-1e50-4ebd-8760-ea28dbc0f328-ZSlEqe-300x168.png",300,168,true],"large":["https:\/\/youzum.net\/wp-content\/uploads\/2025\/10\/cfr0z3n_realistic_graphic_novel_hyper_detailed_flat_illustratio_8aae43d5-1e50-4ebd-8760-ea28dbc0f328-ZSlEqe-1024x574.png",1024,574,true],"1536x1536":["https:\/\/youzum.net\/wp-content\/uploads\/2025\/10\/cfr0z3n_realistic_graphic_novel_hyper_detailed_flat_illustratio_8aae43d5-1e50-4ebd-8760-ea28dbc0f328-ZSlEqe-1536x861.png",1536,861,true],"2048x2048":["https:\/\/youzum.net\/wp-content\/uploads\/2025\/10\/cfr0z3n_realistic_graphic_novel_hyper_detailed_flat_illustratio_8aae43d5-1e50-4ebd-8760-ea28dbc0f328-ZSlEqe-2048x1148.png",2048,1148,true],"trp-custom-language-flag":["https:\/\/youzum.net\/wp-content\/uploads\/2025\/10\/cfr0z3n_realistic_graphic_novel_hyper_detailed_flat_illustratio_8aae43d5-1e50-4ebd-8760-ea28dbc0f328-ZSlEqe-18x10.png",18,10,true],"woocommerce_thumbnail":["https:\/\/youzum.net\/wp-content\/uploads\/2025\/10\/cfr0z3n_realistic_graphic_novel_hyper_detailed_flat_illustratio_8aae43d5-1e50-4ebd-8760-ea28dbc0f328-ZSlEqe-300x300.png",300,300,true],"woocommerce_single":["https:\/\/youzum.net\/wp-content\/uploads\/2025\/10\/cfr0z3n_realistic_graphic_novel_hyper_detailed_flat_illustratio_8aae43d5-1e50-4ebd-8760-ea28dbc0f328-ZSlEqe-600x336.png",600,336,true],"woocommerce_gallery_thumbnail":["https:\/\/youzum.net\/wp-content\/uploads\/2025\/10\/cfr0z3n_realistic_graphic_novel_hyper_detailed_flat_illustratio_8aae43d5-1e50-4ebd-8760-ea28dbc0f328-ZSlEqe-100x100.png",100,100,true]},"rttpg_author":{"display_name":"admin NU","author_link":"https:\/\/youzum.net\/th\/members\/adminnu\/"},"rttpg_comment":0,"rttpg_category":"<a href=\"https:\/\/youzum.net\/th\/category\/ai-club\/\" rel=\"category tag\">AI<\/a> <a href=\"https:\/\/youzum.net\/th\/category\/committee\/\" rel=\"category tag\">Committee<\/a> <a href=\"https:\/\/youzum.net\/th\/category\/news\/\" rel=\"category tag\">News<\/a> <a href=\"https:\/\/youzum.net\/th\/category\/uncategorized\/\" rel=\"category tag\">Uncategorized<\/a>","rttpg_excerpt":"Google is adding a new feature for third-party developers building atop its Gemini AI models that rivals like OpenAI&#8217;s ChatGPT, Anthropic&#8217;s Claude, and the growing array of Chinese open source options are unlikely to get anytime soon: grounding with Google Maps. This addition allows developers to connect Google&#8217;s Gemini AI models&#8217; reasoning capabilities with live&hellip;","_links":{"self":[{"href":"https:\/\/youzum.net\/th\/wp-json\/wp\/v2\/posts\/45232","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/youzum.net\/th\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/youzum.net\/th\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/youzum.net\/th\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/youzum.net\/th\/wp-json\/wp\/v2\/comments?post=45232"}],"version-history":[{"count":0,"href":"https:\/\/youzum.net\/th\/wp-json\/wp\/v2\/posts\/45232\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/youzum.net\/th\/wp-json\/wp\/v2\/media\/45233"}],"wp:attachment":[{"href":"https:\/\/youzum.net\/th\/wp-json\/wp\/v2\/media?parent=45232"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/youzum.net\/th\/wp-json\/wp\/v2\/categories?post=45232"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/youzum.net\/th\/wp-json\/wp\/v2\/tags?post=45232"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}