Vertaling van "a map object" in Spaans
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.
The get() method returns a specified element from a Map object.
El método get() devuelve un elemento específico de un objeto Map.
The size accessor property returns the number of elements in a Map object. Description
La propiedad evaluada size retorna el número de elementos en un objeto Map. Descripción
The UJO looks like a map object with an access by methods of its keys.
The key class when working with a map object is the GoogleMap class.
A Map object is a simple key/value map and can iterate its elements in insertion order.
Un objeto Map es un simple mapeo clave/valor y puede iterar sobre sus elementos en el orden de inserción.
A Map object iterates its elements in insertion order - a for... of loop returns an array of [key, value] for each iteration.
Un objeto Map puede iterar sobre sus elementos en orden de inserción. Un bucle for... of devolverá un array de [clave, valor] en cada iteración.
Here we need to have a spilt function which accepts a user name and returns a Map object having the firstName and the lastName as its keys having corresponding values so that we can use them.
Por ejemplo, consideremos el siguiente Aquí tenemos que tener una función derramado que acepta un nombre de usuario y devuelve un objeto de mapa que tiene la primerNombre y el apellido como sus claves con valores correspondientes de manera que podamos utilizarlos.
A ContentValues object is very similar to a Map object and contains key-value pairs.
Un objeto ContentValue es muy similar a un objeto Map y, además, éste contiene pares de valores-claves.
When you select a layout in the bar, the map editor automatically switches to creating a map object of the specified sample.
Al elegir la maqueta en la barra el editor de mapa pasa automáticamente al modo de creación del objeto del mapa de tipo especificado.
object only returns polyline data if there is a map object to display it.
sólo devuelve datos de polilínea si hay un objeto de mapa que lo muestre.
In Python, the map function returns to you a map object.
A Support march can be sent to an own Castle, another player's Castle and to a map object
La campaña de Soporte se puede enviar a un Castillo propio, el Castillo de otro jugador y a una mina independiente
The set() method adds or updates an element with a specified key and value to a Map object.
El método set() agrega un nuevo elemento al objeto Map con la llave y el valor especificado.