Advertisement
Guest User

Untitled

a guest
Oct 9th, 2015
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. <apex:page standardController="Venue__c">
  2. <apex:map width="400px" height="400px" mapType="roadmap"
  3. center="{!Venue__c.City__c},{!Venue__c.State__c}">
  4. <apex:mapMarker title="{! Venue__c.Name }"
  5. position="{!Venue__c.Street__c},{!Venue__c.City__c},{!Venue__c.State__c}"/>
  6. </apex:map>
  7. </apex:page>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement