Vertaling van "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.
Returns the number of key/value pairs in the Map object.
Devuelve el número de conjuntos de llave/valor en el objeto Map.
The Map object is a simple key/value map.
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.
We initialize the map object from the body tag's onload event.
Inicializamos el objeto de mapa desde el evento onload de la etiqueta body.
Removes all key/value pairs from the Map object.
Elimina todos los conjuntos de llave/valor del objeto Map.
The key of the element to return from the Map object.
El valor del elemento a agregar al objeto Map.
Sets the value for the key in the Map object.
El valor del elemento a agregar al objeto Map.
The value of the element to add to the Map object.
El valor del elemento a agregar al objeto Map.
The get() method returns a specified element from a Map object.
El método get() devuelve un elemento específico de un objeto Map.
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.
Return value true if an element with the specified key exists in the Map object; otherwise false.
Devuelve el elemento asociado a la clave indicada o undefined si la clave no ha sido encontrada en el objeto Map.
Custom controls are positioned on the map by placing them at appropriate positions within the Map object's controls property.
Los controles personalizados se posicionan en el mapa mediante su ubicación en posiciones correspondientes dentro de la propiedad de controles del objeto Map.
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.