Vertaling van "GMSMapView" in Engels
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
Se agregó la capacidad de restringir el zoom mínimo y máximo en GMSMapView.
Added the ability to restrict min and max zoom on GMSMapView.
De manera predeterminada, los elementos de accesibilidad de GMSMapView ahora vienen ocultos.
By default, accessibility elements on the map are hidden.
Ahora se aplica animación a la información de copyright al cambiar el tamaño o el relleno de GMSMapView.
Copyright information now animates when changing GMSMapView size or padding.
Se redujo el uso de memoria de GMSMapView a través de un almacenamiento de mosaicos en caché menos agresivo.
Reduced memory usage of GMSMapView through less aggressive tile caching.
GMSMapView puede devolver una cámara nil.
GMSMapView could return a nil camera.
Se corrigió un error por el cual los gestos activos podían hacer que no se iniciara un GMSMapView hasta completarse la desaceleración.
Resolved an issue where active gestures could cause a GMSMapView to not be released until deceleration completed.
GMSMapView consume toques, lo cual permite usos dentro de objetos como una vista de desplazamiento.
Touches are consumed by GMSMapView, allowing use within objects such as a scroll view
Ya no existe el error por el cual no aparecían los marcadores tras no agregarlos de inmediato a un GMSMapView y configurarlos posteriormente.
Markers not immediately added to a GMSMapView no longer fail to appear when configured at a later point.
De manera predeterminada, los elementos de accesibilidad de GMSMapView ahora vienen ocultos.
Accessibility elements on GMSMapView are now hidden by default.
El relleno de un GMSMapView ya no se fija a sus límites (esto resulta útil si se configura el relleno en un mapa con tamaño inicial cero).
Padding on a GMSMapView is no longer clamped to its bounds (useful if setting padding on an initially zero-sized map).
Se agregó relleno en GMSMapView, lo cual te permite indicar partes del mapa que pueden ocultar otras vistas. La configuración del relleno vuelve a posicionar los controles estándares del mapa, y la cámara y las actualizaciones de esta usarán la región con relleno.
Added padding on GMSMapView, allowing you to indicate parts of the map that may be obscured by other views; setting padding re-positions the standard map controls, and the camera and camera updates will use the padded region.
Se redujo el tiempo para obtener GMSServices moviendo algunas tareas de inicio hasta un subproceso en segundo plano. La obtención de este objeto en forma temprana en tu aplicación (antes de crear un objeto GMSMapView u otros objetos) puede mejorar el rendimiento.
Reduced the time taken to obtain GMSServices by moving some startup tasks to a background thread; obtaining this object early in your application (before creating a GMSMapView or other objects) may improve performance.
Se amplió la compatibilidad para incluir un GMSMapView y un GLKView en la misma aplicación.
Improved support for including a GMSMapView and GLKView in the same app.