• 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:map mapMarkers=”{!v.mapMarkers}”> </lightning:map> MapMarkers is an array of markers that indicate location. A marker contains – Location Information: This can […]

    Read More