Does anyone know how to enable the 'place-card' on an embedded Google Map using the Google Maps JavaScript API?
When I use the Google Maps Embed API a 'place-card' will be present in the top left corner of the map. This 'place-card' includes the address, a 'Directions' link, and a 'View larger map' link.
I would prefer to use the Google Maps JavaScript API to embed my map but when I create a map using this API the place-card is missing and the 'view larger map' link is replaced with a subtle Google logo in the bottom left corner.
I have scoured the Google Docs and I just can't seem to figure out a way to enable this place-card. Is this possible or do I have to revert back to using the Google Maps Embed API?
I figure making a custom control to replicate the 'place-card' would be a waste of my time.