map
The map you add the overlay to.
Declaration
get map(): Map | null;
set map(_: Map | null);Discussion
This property is null if you don’t add the overlay to a map, or if you remove it from a map.
The map you add the overlay to.
get map(): Map | null;
set map(_: Map | null);This property is null if you don’t add the overlay to a map, or if you remove it from a map.