• SALESFORCE LIGHTNING MAP COMPONENT Lightning component securely displays a map of one or more locations. This component inherits styling from map in the Lightning Design System. Pass the location to be displayed via the component’s mapMarkers property. Example – <lightning:mapmapMarkers=”{!v.mapMarkers}”></lightning:map> MapMarkers is an array of markers that indicate location. A marker contains – Location Information: […]

    Read More