Type Alias MarkerOptions<TUserData>

MarkerOptions: { map?: google.maps.Map | null } & Partial<Attributes<TUserData>>

The single options argument for the marker-class contains the attributes as well as additional options.

Type Parameters

  • TUserData

    The type of the user-specified data passed to setData() and made available in the arguments of the dynamic attribute callbacks.