Use this method to check if is visible widget with your identify.
identify
static bool isVisible(String identify) { return _mapOverlayEntry.containsKey(identify); }