export interface HasMarkerAnchor {
  anchor?: google.maps.Marker | null
}
