# Web Google Maps ![google_map](./static/description/google_map.gif) This module contains three new features: - New view type and mode `"google_map"` - New widget `"gplaces_address_autocomplete"` - New widget `"gplaces_autocomplete"` ## Map view `"google_map"` Enable you to display `res.partner` geolocation on map or any model contains geolocation. This feature will work seamlessly with Odoo means you can search your partner location using Odoo search feature. These are available attributes that you can customize - `lat` : an attritube to tell the map the latitude field __[mandatory]__ - `lng` : an attritute to tell the map the longitude field __[mandatory]__ - `color` : an attribute to modify marker color, any given color will set all markers color __[optional]__. - `colors` : work like attribute `color` but more configurable (you can set marker color depends on condition you defined) __[optional]__ - `library` : an attribute to indicates which google map library to load. This options has two values: 1. `geometry` [default] 2. `drawing` - `disable_cluster_marker`: if you want to disable cluster marker, you can set this attribute to `True` __[optional]__ - `gesture_handling`: gesture control for the map. Available options: `cooperative`, `greedy`, `auto(default)` [source](https://developers.google.com/maps/documentation/javascript/interaction#controlling_gesture_handling) __[optional]__ ### How to create the view? Example ```xml view.res.partner.map res.partner