isSharing property

bool isSharing
getter/setter pair

isAccepted if this notification is accepted, isSharing if currently sharing for this notification, isExited if this notification is exited, isAcknowledgment if this is an acknowledgment for any notification, isRequest if this notification is a request location notification. rePrompt if this notification need to prompt the receiver again

Implementation

bool isAccepted,
    isSharing,
    isExited,
    isAcknowledgment,
    isRequest,
    updateMap,
    rePrompt;