How to center google map and add markers?

How can i recenter google map to a specific lat and long after it has been rendered? And how to insert new markers as well?

Hello @takero ,

The map can be centred with the help of native GoogleMap API.
To get access to the map object, use getMap method. Still, please note that markers are stored on the “webix-level” of the component, so the best way to add them is to use the corresponding method.

Please, check the following sample: https://snippet.webix.com/c54gmfie

thanks a lot