In my app, I have location related notifications being received through a Broadcast Receiver.
I would like to display a map inside the notification bigview layout. It would be similar to what is displayed for screenshots, but with a map instead.
Is it possible to initialize a GoogleMap outside of an activity, so I can call the GoogleMap.snapshot method, and place the snapshot in the notification? I am dispatching the notifications from a Broadcast Receiver, so I have no access to UI elements, such as the fragmentManager.