Encuesta de investigación: Cuéntanos sobre tu experiencia con Blockly
Comenzar encuesta
blockly > Marcador > getDrawer
Método Marker.getDrawer()
Obtén el panel lateral actual del marcador.
Signature:
getDrawer(): MarkerSvg;
Muestra:
MarkerSvg
Es el objeto a cargo de dibujar el marcador.
Salvo que se indique lo contrario, el contenido de esta página está sujeto a la licencia Atribución 4.0 de Creative Commons, y los ejemplos de código están sujetos a la licencia Apache 2.0. Para obtener más información, consulta las políticas del sitio de Google Developers. Java es una marca registrada de Oracle o sus afiliados.
Última actualización: 2024-10-15 (UTC)
[null,null,["Última actualización: 2024-10-15 (UTC)"],[[["The `Marker.getDrawer()` method retrieves the drawing component associated with the marker."],["This method returns a `MarkerSvg` object responsible for visually rendering the marker."]]],["The `getDrawer()` method, part of the `Marker` class, retrieves the current drawing object for a marker. This method returns a `MarkerSvg` object. The `MarkerSvg` object is responsible for the visual representation of the marker. No parameters are needed to call the function.\n"]]