Google Map

Hi, how do i add custom style and custom markers to google map.
https://mapstyle.withgoogle.com/
Kind Regards

Any help ?

Hello,

You can include the provided URL into the head of your document and initialize Webix google-map component afterwards.

<script src='https://maps.googleapis.com/maps/api/staticmap...'></script>
webix.ui({ view:"google-map", ...})

If the custom URL loads successfully, Webix Google Map will not try to require GoogleMap API.