• 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

  • Streaming API enables streaming of events using push technology and provides a subscription mechanism for receiving events in near real time. The Streaming API subscription mechanism supports multiple types of events, including PushTopic events, generic events, platform events, and Change Data Capture events. Common Terms used in Streaming API: • Event : Either the creation […]

    Read More