title
The text to display in the annotation’s callout.
Declaration
get title(): string | null;
set title(value: string | null | undefined);Discussion
If the title is empty, MapKit JS can’t show the standard callout.
The text to display in the annotation’s callout.
get title(): string | null;
set title(value: string | null | undefined);If the title is empty, MapKit JS can’t show the standard callout.