selectionAccessory
An accessory that displays place information when a person selects a place.
Declaration
get selectionAccessory(): PlaceSelectionAccessory | null;
set selectionAccessory(value: PlaceSelectionAccessory | null);Discussion
You need to initialize an annotation with an instance of a place so that the accessory displays the correct place.