Examples with "mapTypes" and their translation 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.
To do so, add your custom MapType to the Map's mapTypes property.
You can add your custom map type to a Map's mapTypes array to allow the UI within the Maps JavaScript API to treat your custom map type as a standard map type (by including it in the MapType control, for example).
Puedes agregar tu tipo de mapa personalizado a un conjunto mapTypes de Google Maps para permitir que la IU de la Google Maps API maneje tu tipo de mapa personalizado como un tipo de mapa estándar (por ejemplo, incluyéndolo en el control MapType).
You may wish to have the API treat such custom MapTypes as it would any other existing base map type (ROADMAP, TERRAIN, etc.).
Probablemente te convenga hacer que la API trate los objetos MapType personalizados como a cualquier otro tipo de mapa básico existente (RUTAS, TIERRA, etc...
Andere resultaten
The API uses a MapType object to hold information about these maps.
La API usa un objeto MapType para contener información sobre estos mapas.
Custom map types must implement the MapType interface.
En los tipos de mapas personalizados debe implementarse la interfaz MapType.
This property is only necessary if you want this map type to be selectable within a MapType control.
Esta propiedad solo es necesaria si deseas que se pueda seleccionar este tipo de mapa dentro de un control MapType.
Implementing a MapType to act as a base map type can be a time-consuming and laborious task.
La implementación de un objeto MapType para que funcione como un tipo de mapa básico puede llevar tiempo y trabajo.
Classes implementing the MapType interface require that you define and populate the following properties
Las clases que implementan la interfaz MapType exigen que definas y completes las siguientes propiedades
Additionally, classes implementing the MapType interface need to implement the following methods
De manera adicional, a través de las clases que apliquen la interfaz MapType se deben implementar los siguientes métodos
This registry is used to select the types of maps which are available in the Map's MapType control, for example.
Este registro se usa para seleccionar los tipos de mapas disponibles, por ejemplo, en el control MapType de Google Maps.
A map's mapTypeId is a string identifier that is used to associate a MapType with a unique value.
La propiedad mapTypeId de un mapa es un identificador de cadena que se usa para asociar un objeto MapType con un valor único.
Each of these options relies on creating a class that implements the MapType interface.
Instead, you can add the map type to an existing MapType directly using the Map's overlayMapTypes property.
En lugar de ello, puedes agregar de manera directa el tipo de mapa a un objeto MapType existente usando la propiedad overlayMapTypes de Map.