14000+ website owners are using this awesome plugin.

Download V5.7.0

Blog

How to access Arguments in UI Events

How to access Arguments in UI Events?

Introduction: In this tutorial we will learn how to access arguments in UI events. Below example helps to create a map that the user can click to create a marker at the clicked point. UI events in the Maps JavaScript API normally send an event parameter, which the event listener can use to determine...

Cooperative Gesture Handling in Maps

Introduction: In this tutorial, we will see about the Cooperative Gesture Handling. When a user scrolls down a page that contains a map, the map may zoom in unintentionally. The gestureHandling map option can be used to control this behavior. hestureHandling: cooperative The gestureHandling option i...