Examples with "de MapType" and their translation 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.
Cada una de estas opciones se basa en la creación de una clase que realiza la implementación de la interfaz de MapType.
Each of these options relies on creating a class that implements the MapType interface.
Andere resultaten
Esta propiedad solo es necesaria si deseas que se pueda seleccionar este tipo de mapa dentro de un control MapType.
This property is only necessary if you want this map type to be selectable within a MapType control.
La implementación de un objeto MapType para que funcione como un tipo de mapa básico puede llevar tiempo y trabajo.
Implementing a MapType to act as a base map type can be a time-consuming and laborious task.
Para hacerlo, agrega tu objeto MapType personalizado a la propiedad mapTypes de Map.
To do so, add your custom MapType to the Map's mapTypes property.
Este registro se usa para seleccionar los tipos de mapas disponibles, por ejemplo, en el control MapType de Google Maps.
This registry is used to select the types of maps which are available in the Map's MapType control, for example.
El ejemplo siguiente es idéntico al previo, con la excepción de que se creó un objeto MapType de superposición de mosaicos sobre el tipo de mapa Ver el ejemplo (maptype-overlay.html).
The following example is identical to the previous one except that we've created a tile overlay MapType on top of the ROADMAP map type
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 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).
La API usa un objeto MapType para contener información sobre estos mapas.
The API uses a MapType object to hold information about these maps.
En los tipos de mapas personalizados debe implementarse la interfaz MapType.
Custom map types must implement the MapType interface.
Las clases que implementan la interfaz MapType exigen que definas y completes las siguientes propiedades
Classes implementing the MapType interface require that you define and populate the following properties
De manera adicional, a través de las clases que apliquen la interfaz MapType se deben implementar los siguientes métodos
Additionally, classes implementing the MapType interface need to implement the following methods
La propiedad mapTypeId de un mapa es un identificador de cadena que se usa para asociar un objeto MapType con un valor único.
A map's mapTypeId is a string identifier that is used to associate a MapType with a unique value.
En lugar de ello, puedes agregar de manera directa el tipo de mapa a un objeto MapType existente usando la propiedad overlayMapTypes de Map.
Instead, you can add the map type to an existing MapType directly using the Map's overlayMapTypes property.