Région de recherche :

Date :

https://developers.google.com › maps › documentation › javascript › controls

Controls | Maps JavaScript API | Google for Developers

Learn how to use and customize the UI elements of the Maps JavaScript API, such as zoom, camera, map type, street view, rotate, scale, and fullscreen controls. See examples, code snippets, and best practices for creating your own controls.

https://developers.google.com › maps › documentation › javascript › interaction

Controlling Zoom and Pan | Maps JavaScript API - Google Developers

Learn how to customize the map interactions with options such as gestureHandling, minZoom, maxZoom and restriction. See code samples and maps demonstrating different behaviors and effects.

https://developers.google.com › maps › documentation › javascript › reference › control

Controls | Maps JavaScript API | Google for Developers

Learn how to customize the display and behavior of various controls on the map, such as camera, fullscreen, map type, motion tracking, pan, rotate, scale, street view, and zoom. See the options, properties, and constants for each control interface.

https://maps.google.fr

Google Maps

Find local businesses, view maps and get driving directions in Google Maps.

https://developers.google.com › maps › documentation › android-sdk › controls

Controls and Gestures | Maps SDK for Android - Google Developers

Learn how to customize the user interaction with your map using built-in UI controls and gestures. See code samples, configuration options and examples of zoom, pan, tilt, rotate and other features.

Controls and Gestures | Maps SDK for Android - Google Developers

https://mapsplatform.google.com › resources › blog › more-control-loading-maps-javascript-api

More Control Loading the Maps JavaScript API - Google Maps Platform

Now you can control exactly when your Maps JavaScript API dependencies are loaded. The new inline bootstrap loader. Another common issue is that using the Maps JavaScript API <script> loader...

https://stackoverflow.com › questions › 51884423

How to change the size of Google Maps API controls?

You can set the size of the controls by setting controlSize in options when creating the map. map = new google.maps.Map(document.getElementById("map"), {. center: {. lat: -34.397, lng: 150.644. }, zoom: 8, controlSize: 20, });

https://mapsplatform.google.com › resources › blog › smart-scrolling-comes-to-mobile-web-maps

Smart scrolling comes to mobile web maps - Google Maps Platform

The fullscreen control allows the user to make the map larger. When the map is in fullscreen mode, the user can pan the map using one finger.

https://visgl.github.io › react-google-maps › docs › api-reference › components › map-control

<MapControl> Component | React Google Maps - GitHub Pages

The MapControl component can be used to render components into the control-containers of a map instance. The Maps JavaScript API uses a custom layout algorithm for map controls.