Google Maps marker size

I would like to increase the marker size on Google Maps, is this possible?

Hello katsu,

Unfortinalety now it is impossible to customize google marker in a simple way, since initialization requires using a private api. But you can take our source code for this component and write your own component using protoUI and following the source code.
In the future, we plan to update this widget to the latest state and make it more configurable.

Hello @katsu ,
Starting from Webix 11.2 version the Google Maps markers are now configurable. Please check the details here: GoogleMap, UI Widgets Webix Docs .
And here is an example: Code Snippet .