function getAltLocNames(viewer) {
  const visual = viewer._getComplexVisual()
  return visual ? visual.getComplex().getAltLocNames() : 0
}