function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Joseph DindingerJoseph Dindinger 

How can I include the standard address maps when using Apex:Detail?

Hey developers, been using code to replicate the standard Account layout in a Visualforce page, but recently, received a complaint that the map under the address is no longer available.  I've searched the documentation and the internet and can't see anybody talking about it.  Is there something like this available?
 
<apex:Detail subject="{!$CurrentPage.parameters.Id}" relatedList="true" inLineEdit="true" relatedListHover="true" showChatter="true"  title="true" maps="true" />

The last part: maps="true", doesn't work, wondering if there is an option like this?

Thank you!