Skip to content

sthornley/Blog-GoogleMaps-Contact-Sample

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 

Repository files navigation

Implement Google Maps in Lightning Components

Deploy to Salesforce

GogoleMaps.vfp: Visualforce Page

  • Google Maps library
  • Listen to “message” event for window.postMessage
  • Send “message” event to Lightning Component

GoogleMaps.cls: Apex Class

  • Return list of all accounts with BillingLongitude and Billing Latotude

GoogleMaps.cmp: Lightning Component

  • Accept data to draw on Google Map
  • Listen to “message” event for window.postMessage
  • Send data to iFramed Visualforce after iFrame has loded successfully

GooleMapsContainer.cmp: Lightning Component

  • Fetches contact list from Apex class
  • Prepares data in proper format
  • Send data to GoogleMaps.cmp to draw Google Map
  • This component will be embedded on Account page (only; restricted by .design file) to show all the Contacts on Google Map

DemoApp.app

  • Fetches contact list from Apex class
  • Prepares data in proper format
  • Send data to GoogleMaps.cmp to draw Google Map

Architecture

Architecture

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 79.4%
  • Apex 20.6%